#c8cfff
a pale, electric blue · warm · closest name: lavender
RGB
200, 207, 255
HSL
232°, 100%, 89%
CMYK
22, 19, 0, 0
Luminance
0.6413
Every format
| HEX | #c8cfff |
| RGB | rgb(200, 207, 255) |
| HSL | hsl(232, 100%, 89%) |
| CMYK | cmyk(22%, 19%, 0%, 0%) |
| LAB | lab(84.0 7.5 -24.2) |
| LCH | lch(84.0 25.4 287.2) |
| OKLCH | oklch(0.865 0.067 278.4) |
Copy-ready code
/* CSS */
color: #c8cfff;
background-color: #c8cfff;
/* Tailwind (arbitrary) */
class="text-[#c8cfff] bg-[#c8cfff]"
/* SCSS */
$brand: #c8cfff;
/* SwiftUI */
Color(red: 0.784, green: 0.812, blue: 1.000)
/* Android */
Color.parseColor("#c8cfff")Accessibility — WCAG contrast
Aa
#c8cfff on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8cfff on black: 13.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green81.2%
Blue100.0%
CMYK percentages
Cyan21.6%
Magenta18.8%
Yellow0.0%
Key (black)0.0%
Color previews
#c8cfff text on a black background
contrast 13.83:1
Card sample
#c8cfff text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8cfff;
Background color
Panel with #c8cfff background
background-color: #c8cfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8cfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 207, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 207, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8cfff; background: linear-gradient(135deg, #c8cfff, #E6C8FF);