#ccfaeb
a pale, electric cyan · cool · closest name: ivory
RGB
204, 250, 235
HSL
160°, 82%, 89%
CMYK
18, 0, 6, 2
Luminance
0.8721
Every format
| HEX | #ccfaeb |
| RGB | rgb(204, 250, 235) |
| HSL | hsl(160, 82%, 89%) |
| CMYK | cmyk(18%, 0%, 6%, 2%) |
| LAB | lab(94.8 -17.6 2.3) |
| LCH | lch(94.8 17.7 172.4) |
| OKLCH | oklch(0.949 0.051 173.4) |
Copy-ready code
/* CSS */
color: #ccfaeb;
background-color: #ccfaeb;
/* Tailwind (arbitrary) */
class="text-[#ccfaeb] bg-[#ccfaeb]"
/* SCSS */
$brand: #ccfaeb;
/* SwiftUI */
Color(red: 0.800, green: 0.980, blue: 0.922)
/* Android */
Color.parseColor("#ccfaeb")Accessibility — WCAG contrast
Aa
#ccfaeb on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccfaeb on black: 18.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green98.0%
Blue92.2%
CMYK percentages
Cyan18.4%
Magenta0.0%
Yellow6.0%
Key (black)2.0%
Color previews
#ccfaeb text on a black background
contrast 18.44:1
Card sample
#ccfaeb text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccfaeb;
Background color
Panel with #ccfaeb background
background-color: #ccfaeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccfaeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 250, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 250, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccfaeb; background: linear-gradient(135deg, #ccfaeb, #CCEAFA);