#ceeaf2
a pale, vivid cyan · cool · closest name: lavender
RGB
206, 234, 242
HSL
193°, 58%, 88%
CMYK
15, 3, 0, 5
Luminance
0.7838
Every format
| HEX | #ceeaf2 |
| RGB | rgb(206, 234, 242) |
| HSL | hsl(193, 58%, 88%) |
| CMYK | cmyk(15%, 3%, 0%, 5%) |
| LAB | lab(91.0 -7.5 -7.0) |
| LCH | lch(91.0 10.3 222.8) |
| OKLCH | oklch(0.919 0.031 216.8) |
Copy-ready code
/* CSS */
color: #ceeaf2;
background-color: #ceeaf2;
/* Tailwind (arbitrary) */
class="text-[#ceeaf2] bg-[#ceeaf2]"
/* SCSS */
$brand: #ceeaf2;
/* SwiftUI */
Color(red: 0.808, green: 0.918, blue: 0.949)
/* Android */
Color.parseColor("#ceeaf2")Accessibility — WCAG contrast
Aa
#ceeaf2 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceeaf2 on black: 16.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green91.8%
Blue94.9%
CMYK percentages
Cyan14.9%
Magenta3.3%
Yellow0.0%
Key (black)5.1%
Color previews
#ceeaf2 text on a black background
contrast 16.68:1
Card sample
#ceeaf2 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceeaf2;
Background color
Panel with #ceeaf2 background
background-color: #ceeaf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceeaf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 234, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 234, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceeaf2; background: linear-gradient(135deg, #ceeaf2, #CED2F2);