#C7D2FE
Tailwind indigo-200
#C7D2FE is a blue colour. In RGB it is 199 red, 210 green and 254 blue, which converts to a hue of 228 degrees, 96% saturation and 89% lightness. It is Tailwind indigo-200 in that design system's palette.
Color values
| HEX | #C7D2FE |
|---|---|
| RGB | rgb(199, 210, 254) |
| HSL | hsl(228, 96%, 89%) |
| HSV | hsv(228, 22%, 100%) |
| CMYK | cmyk(22%, 17%, 0%, 0%) |
Contrast and accessibility
Against white the contrast ratio is 1.49:1, and against black it is 14.08:1. WCAG asks for at least 4.5:1 for normal text and 3:1 for large text.
| Background | Ratio | Normal text | Large text |
|---|---|---|---|
| White | 1.49:1 | Fail | Fail |
| Black | 14.08:1 | AAA | AAA |
Tints and shades
Lighter tints move #C7D2FE toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #C7D2FE; |
|---|---|
| CSS rgb() | color: rgb(199 210 254); |
| Tailwind | bg-[#c7d2fe] |
| SwiftUI | Color(red: 0.780, green: 0.824, blue: 0.996) |
| Android | Color.parseColor("#C7D2FE") |
Closest named color
The nearest CSS colour keyword to #C7D2FE is lightblue (#ADD8E6).