#cce2f5
a pale, vivid blue · cool · closest name: lavender
RGB
204, 226, 245
HSL
208°, 67%, 88%
CMYK
17, 8, 0, 4
Luminance
0.7382
Every format
| HEX | #cce2f5 |
| RGB | rgb(204, 226, 245) |
| HSL | hsl(208, 67%, 88%) |
| CMYK | cmyk(17%, 8%, 0%, 4%) |
| LAB | lab(88.8 -3.4 -11.7) |
| LCH | lch(88.8 12.2 253.6) |
| OKLCH | oklch(0.902 0.035 244.2) |
Copy-ready code
/* CSS */
color: #cce2f5;
background-color: #cce2f5;
/* Tailwind (arbitrary) */
class="text-[#cce2f5] bg-[#cce2f5]"
/* SCSS */
$brand: #cce2f5;
/* SwiftUI */
Color(red: 0.800, green: 0.886, blue: 0.961)
/* Android */
Color.parseColor("#cce2f5")Accessibility — WCAG contrast
Aa
#cce2f5 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cce2f5 on black: 15.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green88.6%
Blue96.1%
CMYK percentages
Cyan16.7%
Magenta7.8%
Yellow0.0%
Key (black)3.9%
Color previews
#cce2f5 text on a black background
contrast 15.76:1
Card sample
#cce2f5 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cce2f5;
Background color
Panel with #cce2f5 background
background-color: #cce2f5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cce2f5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 226, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 226, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cce2f5; background: linear-gradient(135deg, #cce2f5, #D1CCF5);