#ceeaf5
a pale, vivid cyan · cool · closest name: lavender
RGB
206, 234, 245
HSL
197°, 66%, 88%
CMYK
16, 5, 0, 4
Luminance
0.7856
Every format
| HEX | #ceeaf5 |
| RGB | rgb(206, 234, 245) |
| HSL | hsl(197, 66%, 88%) |
| CMYK | cmyk(16%, 5%, 0%, 4%) |
| LAB | lab(91.0 -6.9 -8.4) |
| LCH | lch(91.0 10.9 230.5) |
| OKLCH | oklch(0.920 0.033 223.4) |
Copy-ready code
/* CSS */
color: #ceeaf5;
background-color: #ceeaf5;
/* Tailwind (arbitrary) */
class="text-[#ceeaf5] bg-[#ceeaf5]"
/* SCSS */
$brand: #ceeaf5;
/* SwiftUI */
Color(red: 0.808, green: 0.918, blue: 0.961)
/* Android */
Color.parseColor("#ceeaf5")Accessibility — WCAG contrast
Aa
#ceeaf5 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceeaf5 on black: 16.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green91.8%
Blue96.1%
CMYK percentages
Cyan15.9%
Magenta4.5%
Yellow0.0%
Key (black)3.9%
Color previews
#ceeaf5 text on a black background
contrast 16.71:1
Card sample
#ceeaf5 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceeaf5;
Background color
Panel with #ceeaf5 background
background-color: #ceeaf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceeaf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 234, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 234, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceeaf5; background: linear-gradient(135deg, #ceeaf5, #CED0F5);