#c8d8ff
a pale, electric blue · cool · closest name: lavender
RGB
200, 216, 255
HSL
223°, 100%, 89%
CMYK
22, 15, 0, 0
Luminance
0.6861
Every format
| HEX | #c8d8ff |
| RGB | rgb(200, 216, 255) |
| HSL | hsl(223, 100%, 89%) |
| CMYK | cmyk(22%, 15%, 0%, 0%) |
| LAB | lab(86.3 2.7 -20.8) |
| LCH | lch(86.3 21.0 277.4) |
| OKLCH | oklch(0.883 0.057 267.6) |
Copy-ready code
/* CSS */
color: #c8d8ff;
background-color: #c8d8ff;
/* Tailwind (arbitrary) */
class="text-[#c8d8ff] bg-[#c8d8ff]"
/* SCSS */
$brand: #c8d8ff;
/* SwiftUI */
Color(red: 0.784, green: 0.847, blue: 1.000)
/* Android */
Color.parseColor("#c8d8ff")Accessibility — WCAG contrast
Aa
#c8d8ff on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8d8ff on black: 14.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green84.7%
Blue100.0%
CMYK percentages
Cyan21.6%
Magenta15.3%
Yellow0.0%
Key (black)0.0%
Color previews
#c8d8ff text on a black background
contrast 14.72:1
Card sample
#c8d8ff text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8d8ff;
Background color
Panel with #c8d8ff background
background-color: #c8d8ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8d8ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 216, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 216, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8d8ff; background: linear-gradient(135deg, #c8d8ff, #DDC8FF);