#c4f0eb
a pale, vivid cyan · cool · closest name: white
RGB
196, 240, 235
HSL
173°, 60%, 86%
CMYK
18, 0, 2, 6
Luminance
0.8005
Every format
| HEX | #c4f0eb |
| RGB | rgb(196, 240, 235) |
| HSL | hsl(173, 60%, 86%) |
| CMYK | cmyk(18%, 0%, 2%, 6%) |
| LAB | lab(91.7 -15.1 -2.3) |
| LCH | lch(91.7 15.2 188.6) |
| OKLCH | oklch(0.923 0.046 187.9) |
Copy-ready code
/* CSS */
color: #c4f0eb;
background-color: #c4f0eb;
/* Tailwind (arbitrary) */
class="text-[#c4f0eb] bg-[#c4f0eb]"
/* SCSS */
$brand: #c4f0eb;
/* SwiftUI */
Color(red: 0.769, green: 0.941, blue: 0.922)
/* Android */
Color.parseColor("#c4f0eb")Accessibility — WCAG contrast
Aa
#c4f0eb on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4f0eb on black: 17.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green94.1%
Blue92.2%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow2.1%
Key (black)5.9%
Color previews
#c4f0eb text on a black background
contrast 17.01:1
Card sample
#c4f0eb text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4f0eb;
Background color
Panel with #c4f0eb background
background-color: #c4f0eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4f0eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 240, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 240, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4f0eb; background: linear-gradient(135deg, #c4f0eb, #C4D8F0);