#c8dcef
a pale, vivid blue · cool · closest name: lavender
RGB
200, 220, 239
HSL
209°, 55%, 86%
CMYK
16, 8, 0, 6
Luminance
0.6970
Every format
| HEX | #c8dcef |
| RGB | rgb(200, 220, 239) |
| HSL | hsl(209, 55%, 86%) |
| CMYK | cmyk(16%, 8%, 0%, 6%) |
| LAB | lab(86.8 -2.8 -11.5) |
| LCH | lch(86.8 11.9 256.3) |
| OKLCH | oklch(0.885 0.034 246.8) |
Copy-ready code
/* CSS */
color: #c8dcef;
background-color: #c8dcef;
/* Tailwind (arbitrary) */
class="text-[#c8dcef] bg-[#c8dcef]"
/* SCSS */
$brand: #c8dcef;
/* SwiftUI */
Color(red: 0.784, green: 0.863, blue: 0.937)
/* Android */
Color.parseColor("#c8dcef")Accessibility — WCAG contrast
Aa
#c8dcef on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8dcef on black: 14.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green86.3%
Blue93.7%
CMYK percentages
Cyan16.3%
Magenta7.9%
Yellow0.0%
Key (black)6.3%
Color previews
#c8dcef text on a black background
contrast 14.94:1
Card sample
#c8dcef text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8dcef;
Background color
Panel with #c8dcef background
background-color: #c8dcef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8dcef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 220, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 220, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8dcef; background: linear-gradient(135deg, #c8dcef, #CEC8EF);