#cedfef
a pale, vivid blue · cool · closest name: lavender
RGB
206, 223, 239
HSL
209°, 51%, 87%
CMYK
14, 7, 0, 6
Luminance
0.7213
Every format
| HEX | #cedfef |
| RGB | rgb(206, 223, 239) |
| HSL | hsl(209, 51%, 87%) |
| CMYK | cmyk(14%, 7%, 0%, 6%) |
| LAB | lab(88.0 -2.5 -9.7) |
| LCH | lch(88.0 10.0 255.6) |
| OKLCH | oklch(0.896 0.029 246.5) |
Copy-ready code
/* CSS */
color: #cedfef;
background-color: #cedfef;
/* Tailwind (arbitrary) */
class="text-[#cedfef] bg-[#cedfef]"
/* SCSS */
$brand: #cedfef;
/* SwiftUI */
Color(red: 0.808, green: 0.875, blue: 0.937)
/* Android */
Color.parseColor("#cedfef")Accessibility — WCAG contrast
Aa
#cedfef on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cedfef on black: 15.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green87.5%
Blue93.7%
CMYK percentages
Cyan13.8%
Magenta6.7%
Yellow0.0%
Key (black)6.3%
Color previews
#cedfef text on a black background
contrast 15.43:1
Card sample
#cedfef text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cedfef;
Background color
Panel with #cedfef background
background-color: #cedfef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cedfef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 223, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 223, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cedfef; background: linear-gradient(135deg, #cedfef, #D3CEEF);