#ccfdfa
a pale, electric cyan · cool · closest name: white
RGB
204, 253, 250
HSL
176°, 93%, 90%
CMYK
19, 0, 1, 1
Luminance
0.8999
Every format
| HEX | #ccfdfa |
| RGB | rgb(204, 253, 250) |
| HSL | hsl(176, 93%, 90%) |
| CMYK | cmyk(19%, 0%, 1%, 1%) |
| LAB | lab(96.0 -16.1 -3.7) |
| LCH | lch(96.0 16.5 193.0) |
| OKLCH | oklch(0.959 0.050 191.7) |
Copy-ready code
/* CSS */
color: #ccfdfa;
background-color: #ccfdfa;
/* Tailwind (arbitrary) */
class="text-[#ccfdfa] bg-[#ccfdfa]"
/* SCSS */
$brand: #ccfdfa;
/* SwiftUI */
Color(red: 0.800, green: 0.992, blue: 0.980)
/* Android */
Color.parseColor("#ccfdfa")Accessibility — WCAG contrast
Aa
#ccfdfa on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccfdfa on black: 19.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green99.2%
Blue98.0%
CMYK percentages
Cyan19.4%
Magenta0.0%
Yellow1.2%
Key (black)0.8%
Color previews
#ccfdfa text on a black background
contrast 19.00:1
Card sample
#ccfdfa text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccfdfa;
Background color
Panel with #ccfdfa background
background-color: #ccfdfa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccfdfa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 253, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 253, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccfdfa; background: linear-gradient(135deg, #ccfdfa, #CCDFFD);