#c8cdff
a pale, electric blue · warm · closest name: lavender
RGB
200, 205, 255
HSL
235°, 100%, 89%
CMYK
22, 20, 0, 0
Luminance
0.6316
Every format
| HEX | #c8cdff |
| RGB | rgb(200, 205, 255) |
| HSL | hsl(235, 100%, 89%) |
| CMYK | cmyk(22%, 20%, 0%, 0%) |
| LAB | lab(83.5 8.6 -25.0) |
| LCH | lch(83.5 26.4 288.9) |
| OKLCH | oklch(0.861 0.070 280.4) |
Copy-ready code
/* CSS */
color: #c8cdff;
background-color: #c8cdff;
/* Tailwind (arbitrary) */
class="text-[#c8cdff] bg-[#c8cdff]"
/* SCSS */
$brand: #c8cdff;
/* SwiftUI */
Color(red: 0.784, green: 0.804, blue: 1.000)
/* Android */
Color.parseColor("#c8cdff")Accessibility — WCAG contrast
Aa
#c8cdff on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8cdff on black: 13.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green80.4%
Blue100.0%
CMYK percentages
Cyan21.6%
Magenta19.6%
Yellow0.0%
Key (black)0.0%
Color previews
#c8cdff text on a black background
contrast 13.63:1
Card sample
#c8cdff text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8cdff;
Background color
Panel with #c8cdff background
background-color: #c8cdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8cdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 205, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 205, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8cdff; background: linear-gradient(135deg, #c8cdff, #E8C8FF);