#ceddf6
a pale, vivid blue · cool · closest name: lavender
RGB
206, 221, 246
HSL
218°, 69%, 89%
CMYK
16, 10, 0, 4
Luminance
0.7149
Every format
| HEX | #ceddf6 |
| RGB | rgb(206, 221, 246) |
| HSL | hsl(218, 69%, 89%) |
| CMYK | cmyk(16%, 10%, 0%, 4%) |
| LAB | lab(87.7 -0.0 -13.9) |
| LCH | lch(87.7 13.9 270.0) |
| OKLCH | oklch(0.894 0.038 260.7) |
Copy-ready code
/* CSS */
color: #ceddf6;
background-color: #ceddf6;
/* Tailwind (arbitrary) */
class="text-[#ceddf6] bg-[#ceddf6]"
/* SCSS */
$brand: #ceddf6;
/* SwiftUI */
Color(red: 0.808, green: 0.867, blue: 0.965)
/* Android */
Color.parseColor("#ceddf6")Accessibility — WCAG contrast
Aa
#ceddf6 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceddf6 on black: 15.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green86.7%
Blue96.5%
CMYK percentages
Cyan16.3%
Magenta10.2%
Yellow0.0%
Key (black)3.5%
Color previews
#ceddf6 text on a black background
contrast 15.30:1
Card sample
#ceddf6 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceddf6;
Background color
Panel with #ceddf6 background
background-color: #ceddf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceddf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 221, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 221, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceddf6; background: linear-gradient(135deg, #ceddf6, #DACEF6);