#cceef5
a pale, vivid cyan · cool · closest name: lavender
RGB
204, 238, 245
HSL
190°, 67%, 88%
CMYK
17, 3, 0, 4
Luminance
0.8058
Every format
| HEX | #cceef5 |
| RGB | rgb(204, 238, 245) |
| HSL | hsl(190, 67%, 88%) |
| CMYK | cmyk(17%, 3%, 0%, 4%) |
| LAB | lab(91.9 -9.6 -7.1) |
| LCH | lch(91.9 11.9 216.5) |
| OKLCH | oklch(0.927 0.037 211.5) |
Copy-ready code
/* CSS */
color: #cceef5;
background-color: #cceef5;
/* Tailwind (arbitrary) */
class="text-[#cceef5] bg-[#cceef5]"
/* SCSS */
$brand: #cceef5;
/* SwiftUI */
Color(red: 0.800, green: 0.933, blue: 0.961)
/* Android */
Color.parseColor("#cceef5")Accessibility — WCAG contrast
Aa
#cceef5 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cceef5 on black: 17.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green93.3%
Blue96.1%
CMYK percentages
Cyan16.7%
Magenta2.9%
Yellow0.0%
Key (black)3.9%
Color previews
#cceef5 text on a black background
contrast 17.12:1
Card sample
#cceef5 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cceef5;
Background color
Panel with #cceef5 background
background-color: #cceef5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cceef5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 238, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 238, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cceef5; background: linear-gradient(135deg, #cceef5, #CCD3F5);