#c8deee
a pale, vivid blue · cool · closest name: lavender
RGB
200, 222, 238
HSL
205°, 53%, 86%
CMYK
16, 7, 0, 7
Luminance
0.7069
Every format
| HEX | #c8deee |
| RGB | rgb(200, 222, 238) |
| HSL | hsl(205, 53%, 86%) |
| CMYK | cmyk(16%, 7%, 0%, 7%) |
| LAB | lab(87.3 -4.1 -10.3) |
| LCH | lch(87.3 11.1 248.4) |
| OKLCH | oklch(0.889 0.032 239.4) |
Copy-ready code
/* CSS */
color: #c8deee;
background-color: #c8deee;
/* Tailwind (arbitrary) */
class="text-[#c8deee] bg-[#c8deee]"
/* SCSS */
$brand: #c8deee;
/* SwiftUI */
Color(red: 0.784, green: 0.871, blue: 0.933)
/* Android */
Color.parseColor("#c8deee")Accessibility — WCAG contrast
Aa
#c8deee on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8deee on black: 15.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green87.1%
Blue93.3%
CMYK percentages
Cyan16.0%
Magenta6.7%
Yellow0.0%
Key (black)6.7%
Color previews
#c8deee text on a black background
contrast 15.14:1
Card sample
#c8deee text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8deee;
Background color
Panel with #c8deee background
background-color: #c8deee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8deee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 222, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 222, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8deee; background: linear-gradient(135deg, #c8deee, #CBC8EE);