#c4eceb
a light, vivid cyan · cool · closest name: white
RGB
196, 236, 235
HSL
179°, 51%, 85%
CMYK
17, 0, 0, 8
Luminance
0.7772
Every format
| HEX | #c4eceb |
| RGB | rgb(196, 236, 235) |
| HSL | hsl(179, 51%, 85%) |
| CMYK | cmyk(17%, 0%, 0%, 8%) |
| LAB | lab(90.7 -13.1 -3.8) |
| LCH | lch(90.7 13.6 196.3) |
| OKLCH | oklch(0.914 0.041 194.6) |
Copy-ready code
/* CSS */
color: #c4eceb;
background-color: #c4eceb;
/* Tailwind (arbitrary) */
class="text-[#c4eceb] bg-[#c4eceb]"
/* SCSS */
$brand: #c4eceb;
/* SwiftUI */
Color(red: 0.769, green: 0.925, blue: 0.922)
/* Android */
Color.parseColor("#c4eceb")Accessibility — WCAG contrast
Aa
#c4eceb on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4eceb on black: 16.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green92.5%
Blue92.2%
CMYK percentages
Cyan16.9%
Magenta0.0%
Yellow0.4%
Key (black)7.5%
Color previews
#c4eceb text on a black background
contrast 16.54:1
Card sample
#c4eceb text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4eceb;
Background color
Panel with #c4eceb background
background-color: #c4eceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4eceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 236, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 236, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4eceb; background: linear-gradient(135deg, #c4eceb, #C4D2EC);