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