#ccfff2
a pale, electric cyan · cool · closest name: ivory
RGB
204, 255, 242
HSL
165°, 100%, 90%
CMYK
20, 0, 5, 0
Luminance
0.9077
Every format
| HEX | #ccfff2 |
| RGB | rgb(204, 255, 242) |
| HSL | hsl(165, 100%, 90%) |
| CMYK | cmyk(20%, 0%, 5%, 0%) |
| LAB | lab(96.3 -18.6 0.9) |
| LCH | lch(96.3 18.7 177.3) |
| OKLCH | oklch(0.961 0.055 177.8) |
Copy-ready code
/* CSS */
color: #ccfff2;
background-color: #ccfff2;
/* Tailwind (arbitrary) */
class="text-[#ccfff2] bg-[#ccfff2]"
/* SCSS */
$brand: #ccfff2;
/* SwiftUI */
Color(red: 0.800, green: 1.000, blue: 0.949)
/* Android */
Color.parseColor("#ccfff2")Accessibility — WCAG contrast
Aa
#ccfff2 on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccfff2 on black: 19.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green100.0%
Blue94.9%
CMYK percentages
Cyan20.0%
Magenta0.0%
Yellow5.1%
Key (black)0.0%
Color previews
#ccfff2 text on a black background
contrast 19.15:1
Card sample
#ccfff2 text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccfff2;
Background color
Panel with #ccfff2 background
background-color: #ccfff2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccfff2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 255, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 255, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccfff2; background: linear-gradient(135deg, #ccfff2, #CCEAFF);