#ccfeef
a pale, electric cyan · cool · closest name: ivory
RGB
204, 254, 239
HSL
162°, 96%, 90%
CMYK
20, 0, 6, 0
Luminance
0.8995
Every format
| HEX | #ccfeef |
| RGB | rgb(204, 254, 239) |
| HSL | hsl(162, 96%, 90%) |
| CMYK | cmyk(20%, 0%, 6%, 0%) |
| LAB | lab(96.0 -18.7 1.9) |
| LCH | lch(96.0 18.8 174.1) |
| OKLCH | oklch(0.958 0.055 174.9) |
Copy-ready code
/* CSS */
color: #ccfeef;
background-color: #ccfeef;
/* Tailwind (arbitrary) */
class="text-[#ccfeef] bg-[#ccfeef]"
/* SCSS */
$brand: #ccfeef;
/* SwiftUI */
Color(red: 0.800, green: 0.996, blue: 0.937)
/* Android */
Color.parseColor("#ccfeef")Accessibility — WCAG contrast
Aa
#ccfeef on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccfeef on black: 18.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green99.6%
Blue93.7%
CMYK percentages
Cyan19.7%
Magenta0.0%
Yellow5.9%
Key (black)0.4%
Color previews
#ccfeef text on a black background
contrast 18.99:1
Card sample
#ccfeef text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccfeef;
Background color
Panel with #ccfeef background
background-color: #ccfeef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccfeef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 254, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 254, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccfeef; background: linear-gradient(135deg, #ccfeef, #CCECFE);