#ccfefe
a pale, electric cyan · cool · closest name: white
RGB
204, 254, 254
HSL
180°, 96%, 90%
CMYK
20, 0, 0, 0
Luminance
0.9088
Every format
| HEX | #ccfefe |
| RGB | rgb(204, 254, 254) |
| HSL | hsl(180, 96%, 90%) |
| CMYK | cmyk(20%, 0%, 0%, 0%) |
| LAB | lab(96.4 -15.7 -5.2) |
| LCH | lch(96.4 16.6 198.4) |
| OKLCH | oklch(0.963 0.051 196.3) |
Copy-ready code
/* CSS */
color: #ccfefe;
background-color: #ccfefe;
/* Tailwind (arbitrary) */
class="text-[#ccfefe] bg-[#ccfefe]"
/* SCSS */
$brand: #ccfefe;
/* SwiftUI */
Color(red: 0.800, green: 0.996, blue: 0.996)
/* Android */
Color.parseColor("#ccfefe")Accessibility — WCAG contrast
Aa
#ccfefe on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccfefe on black: 19.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green99.6%
Blue99.6%
CMYK percentages
Cyan19.7%
Magenta0.0%
Yellow0.0%
Key (black)0.4%
Color previews
#ccfefe text on a black background
contrast 19.18:1
Card sample
#ccfefe text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccfefe;
Background color
Panel with #ccfefe background
background-color: #ccfefe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccfefe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 254, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 254, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccfefe; background: linear-gradient(135deg, #ccfefe, #CCDDFE);