#c8dffb
a pale, electric blue · cool · closest name: lavender
RGB
200, 223, 251
HSL
213°, 86%, 88%
CMYK
20, 11, 0, 2
Luminance
0.7202
Every format
| HEX | #c8dffb |
| RGB | rgb(200, 223, 251) |
| HSL | hsl(213, 86%, 88%) |
| CMYK | cmyk(20%, 11%, 0%, 2%) |
| LAB | lab(88.0 -1.8 -16.2) |
| LCH | lch(88.0 16.3 263.5) |
| OKLCH | oklch(0.895 0.046 253.4) |
Copy-ready code
/* CSS */
color: #c8dffb;
background-color: #c8dffb;
/* Tailwind (arbitrary) */
class="text-[#c8dffb] bg-[#c8dffb]"
/* SCSS */
$brand: #c8dffb;
/* SwiftUI */
Color(red: 0.784, green: 0.875, blue: 0.984)
/* Android */
Color.parseColor("#c8dffb")Accessibility — WCAG contrast
Aa
#c8dffb on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8dffb on black: 15.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green87.5%
Blue98.4%
CMYK percentages
Cyan20.3%
Magenta11.2%
Yellow0.0%
Key (black)1.6%
Color previews
#c8dffb text on a black background
contrast 15.40:1
Card sample
#c8dffb text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8dffb;
Background color
Panel with #c8dffb background
background-color: #c8dffb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8dffb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 223, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 223, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8dffb; background: linear-gradient(135deg, #c8dffb, #D3C8FB);