#c8dbff
a pale, electric blue · cool · closest name: lavender
RGB
200, 219, 255
HSL
219°, 100%, 89%
CMYK
22, 14, 0, 0
Luminance
0.7016
Every format
| HEX | #c8dbff |
| RGB | rgb(200, 219, 255) |
| HSL | hsl(219, 100%, 89%) |
| CMYK | cmyk(22%, 14%, 0%, 0%) |
| LAB | lab(87.1 1.1 -19.6) |
| LCH | lch(87.1 19.6 273.3) |
| OKLCH | oklch(0.889 0.054 263.2) |
Copy-ready code
/* CSS */
color: #c8dbff;
background-color: #c8dbff;
/* Tailwind (arbitrary) */
class="text-[#c8dbff] bg-[#c8dbff]"
/* SCSS */
$brand: #c8dbff;
/* SwiftUI */
Color(red: 0.784, green: 0.859, blue: 1.000)
/* Android */
Color.parseColor("#c8dbff")Accessibility — WCAG contrast
Aa
#c8dbff on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8dbff on black: 15.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green85.9%
Blue100.0%
CMYK percentages
Cyan21.6%
Magenta14.1%
Yellow0.0%
Key (black)0.0%
Color previews
#c8dbff text on a black background
contrast 15.03:1
Card sample
#c8dbff text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8dbff;
Background color
Panel with #c8dbff background
background-color: #c8dbff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8dbff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 219, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 219, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8dbff; background: linear-gradient(135deg, #c8dbff, #DAC8FF);