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