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