#c8dbfc
a pale, electric blue · cool · closest name: lavender
RGB
200, 219, 252
HSL
218°, 90%, 89%
CMYK
21, 13, 0, 1
Luminance
0.6997
Every format
| HEX | #c8dbfc |
| RGB | rgb(200, 219, 252) |
| HSL | hsl(218, 90%, 89%) |
| CMYK | cmyk(21%, 13%, 0%, 1%) |
| LAB | lab(87.0 0.5 -18.2) |
| LCH | lch(87.0 18.2 271.5) |
| OKLCH | oklch(0.888 0.050 261.5) |
Copy-ready code
/* CSS */
color: #c8dbfc;
background-color: #c8dbfc;
/* Tailwind (arbitrary) */
class="text-[#c8dbfc] bg-[#c8dbfc]"
/* SCSS */
$brand: #c8dbfc;
/* SwiftUI */
Color(red: 0.784, green: 0.859, blue: 0.988)
/* Android */
Color.parseColor("#c8dbfc")Accessibility — WCAG contrast
Aa
#c8dbfc on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8dbfc on black: 14.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green85.9%
Blue98.8%
CMYK percentages
Cyan20.6%
Magenta13.1%
Yellow0.0%
Key (black)1.2%
Color previews
#c8dbfc text on a black background
contrast 14.99:1
Card sample
#c8dbfc text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8dbfc;
Background color
Panel with #c8dbfc background
background-color: #c8dbfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8dbfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 219, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 219, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8dbfc; background: linear-gradient(135deg, #c8dbfc, #D8C8FC);