#c4fdee
a pale, electric cyan · cool · closest name: ivory
RGB
196, 253, 238
HSL
164°, 93%, 88%
CMYK
23, 0, 6, 1
Luminance
0.8816
Every format
| HEX | #c4fdee |
| RGB | rgb(196, 253, 238) |
| HSL | hsl(164, 93%, 88%) |
| CMYK | cmyk(23%, 0%, 6%, 1%) |
| LAB | lab(95.2 -20.9 1.3) |
| LCH | lch(95.2 20.9 176.4) |
| OKLCH | oklch(0.951 0.061 177.0) |
Copy-ready code
/* CSS */
color: #c4fdee;
background-color: #c4fdee;
/* Tailwind (arbitrary) */
class="text-[#c4fdee] bg-[#c4fdee]"
/* SCSS */
$brand: #c4fdee;
/* SwiftUI */
Color(red: 0.769, green: 0.992, blue: 0.933)
/* Android */
Color.parseColor("#c4fdee")Accessibility — WCAG contrast
Aa
#c4fdee on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4fdee on black: 18.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green99.2%
Blue93.3%
CMYK percentages
Cyan22.5%
Magenta0.0%
Yellow5.9%
Key (black)0.8%
Color previews
#c4fdee text on a black background
contrast 18.63:1
Card sample
#c4fdee text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4fdee;
Background color
Panel with #c4fdee background
background-color: #c4fdee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4fdee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 253, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 253, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4fdee; background: linear-gradient(135deg, #c4fdee, #C4E6FD);