#c8ddfd
a pale, electric blue · cool · closest name: lavender
RGB
200, 221, 253
HSL
216°, 93%, 89%
CMYK
21, 13, 0, 1
Luminance
0.7108
Every format
| HEX | #c8ddfd |
| RGB | rgb(200, 221, 253) |
| HSL | hsl(216, 93%, 89%) |
| CMYK | cmyk(21%, 13%, 0%, 1%) |
| LAB | lab(87.5 -0.3 -17.9) |
| LCH | lch(87.5 17.9 268.9) |
| OKLCH | oklch(0.892 0.050 258.7) |
Copy-ready code
/* CSS */
color: #c8ddfd;
background-color: #c8ddfd;
/* Tailwind (arbitrary) */
class="text-[#c8ddfd] bg-[#c8ddfd]"
/* SCSS */
$brand: #c8ddfd;
/* SwiftUI */
Color(red: 0.784, green: 0.867, blue: 0.992)
/* Android */
Color.parseColor("#c8ddfd")Accessibility — WCAG contrast
Aa
#c8ddfd on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8ddfd on black: 15.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green86.7%
Blue99.2%
CMYK percentages
Cyan20.9%
Magenta12.6%
Yellow0.0%
Key (black)0.8%
Color previews
#c8ddfd text on a black background
contrast 15.22:1
Card sample
#c8ddfd text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8ddfd;
Background color
Panel with #c8ddfd background
background-color: #c8ddfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8ddfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 221, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 221, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8ddfd; background: linear-gradient(135deg, #c8ddfd, #D6C8FD);