#cedeee
a pale, vivid blue · cool · closest name: lavender
RGB
206, 222, 238
HSL
210°, 49%, 87%
CMYK
13, 7, 0, 7
Luminance
0.7154
Every format
| HEX | #cedeee |
| RGB | rgb(206, 222, 238) |
| HSL | hsl(210, 49%, 87%) |
| CMYK | cmyk(13%, 7%, 0%, 7%) |
| LAB | lab(87.7 -2.2 -9.6) |
| LCH | lch(87.7 9.9 257.2) |
| OKLCH | oklch(0.893 0.028 248.1) |
Copy-ready code
/* CSS */
color: #cedeee;
background-color: #cedeee;
/* Tailwind (arbitrary) */
class="text-[#cedeee] bg-[#cedeee]"
/* SCSS */
$brand: #cedeee;
/* SwiftUI */
Color(red: 0.808, green: 0.871, blue: 0.933)
/* Android */
Color.parseColor("#cedeee")Accessibility — WCAG contrast
Aa
#cedeee on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cedeee on black: 15.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green87.1%
Blue93.3%
CMYK percentages
Cyan13.4%
Magenta6.7%
Yellow0.0%
Key (black)6.7%
Color previews
#cedeee text on a black background
contrast 15.31:1
Card sample
#cedeee text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cedeee;
Background color
Panel with #cedeee background
background-color: #cedeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cedeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 222, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 222, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cedeee; background: linear-gradient(135deg, #cedeee, #D3CEEE);