#c4f7ee
a pale, electric cyan · cool · closest name: ivory
RGB
196, 247, 238
HSL
169°, 76%, 87%
CMYK
21, 0, 4, 3
Luminance
0.8443
Every format
| HEX | #c4f7ee |
| RGB | rgb(196, 247, 238) |
| HSL | hsl(169, 76%, 87%) |
| CMYK | cmyk(21%, 0%, 4%, 3%) |
| LAB | lab(93.6 -17.9 -1.0) |
| LCH | lch(93.6 18.0 183.2) |
| OKLCH | oklch(0.939 0.053 183.2) |
Copy-ready code
/* CSS */
color: #c4f7ee;
background-color: #c4f7ee;
/* Tailwind (arbitrary) */
class="text-[#c4f7ee] bg-[#c4f7ee]"
/* SCSS */
$brand: #c4f7ee;
/* SwiftUI */
Color(red: 0.769, green: 0.969, blue: 0.933)
/* Android */
Color.parseColor("#c4f7ee")Accessibility — WCAG contrast
Aa
#c4f7ee on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4f7ee on black: 17.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green96.9%
Blue93.3%
CMYK percentages
Cyan20.6%
Magenta0.0%
Yellow3.6%
Key (black)3.1%
Color previews
#c4f7ee text on a black background
contrast 17.89:1
Card sample
#c4f7ee text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4f7ee;
Background color
Panel with #c4f7ee background
background-color: #c4f7ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4f7ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 247, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 247, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4f7ee; background: linear-gradient(135deg, #c4f7ee, #C4DEF7);