#c8cdfc
a pale, electric blue · warm · closest name: lavender
RGB
200, 205, 252
HSL
234°, 90%, 89%
CMYK
21, 19, 0, 1
Luminance
0.6297
Every format
| HEX | #c8cdfc |
| RGB | rgb(200, 205, 252) |
| HSL | hsl(234, 90%, 89%) |
| CMYK | cmyk(21%, 19%, 0%, 1%) |
| LAB | lab(83.4 7.9 -23.6) |
| LCH | lch(83.4 24.9 288.5) |
| OKLCH | oklch(0.860 0.065 280.2) |
Copy-ready code
/* CSS */
color: #c8cdfc;
background-color: #c8cdfc;
/* Tailwind (arbitrary) */
class="text-[#c8cdfc] bg-[#c8cdfc]"
/* SCSS */
$brand: #c8cdfc;
/* SwiftUI */
Color(red: 0.784, green: 0.804, blue: 0.988)
/* Android */
Color.parseColor("#c8cdfc")Accessibility — WCAG contrast
Aa
#c8cdfc on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8cdfc on black: 13.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green80.4%
Blue98.8%
CMYK percentages
Cyan20.6%
Magenta18.7%
Yellow0.0%
Key (black)1.2%
Color previews
#c8cdfc text on a black background
contrast 13.59:1
Card sample
#c8cdfc text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8cdfc;
Background color
Panel with #c8cdfc background
background-color: #c8cdfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8cdfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 205, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 205, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8cdfc; background: linear-gradient(135deg, #c8cdfc, #E6C8FC);