#c4edeb
a light, vivid cyan · cool · closest name: white
RGB
196, 237, 235
HSL
177°, 53%, 85%
CMYK
17, 0, 1, 7
Luminance
0.7830
Every format
| HEX | #c4edeb |
| RGB | rgb(196, 237, 235) |
| HSL | hsl(177, 53%, 85%) |
| CMYK | cmyk(17%, 0%, 1%, 7%) |
| LAB | lab(90.9 -13.6 -3.4) |
| LCH | lch(90.9 14.0 194.2) |
| OKLCH | oklch(0.917 0.043 192.8) |
Copy-ready code
/* CSS */
color: #c4edeb;
background-color: #c4edeb;
/* Tailwind (arbitrary) */
class="text-[#c4edeb] bg-[#c4edeb]"
/* SCSS */
$brand: #c4edeb;
/* SwiftUI */
Color(red: 0.769, green: 0.929, blue: 0.922)
/* Android */
Color.parseColor("#c4edeb")Accessibility — WCAG contrast
Aa
#c4edeb on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4edeb on black: 16.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green92.9%
Blue92.2%
CMYK percentages
Cyan17.3%
Magenta0.0%
Yellow0.8%
Key (black)7.1%
Color previews
#c4edeb text on a black background
contrast 16.66:1
Card sample
#c4edeb text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4edeb;
Background color
Panel with #c4edeb background
background-color: #c4edeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4edeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 237, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 237, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4edeb; background: linear-gradient(135deg, #c4edeb, #C4D4ED);