#c4ebdf
a light, vivid cyan · cool · closest name: beige
RGB
196, 235, 223
HSL
162°, 49%, 85%
CMYK
17, 0, 5, 8
Luminance
0.7648
Every format
| HEX | #c4ebdf |
| RGB | rgb(196, 235, 223) |
| HSL | hsl(162, 49%, 85%) |
| CMYK | cmyk(17%, 0%, 5%, 8%) |
| LAB | lab(90.1 -14.9 1.6) |
| LCH | lch(90.1 15.0 173.9) |
| OKLCH | oklch(0.909 0.044 174.7) |
Copy-ready code
/* CSS */
color: #c4ebdf;
background-color: #c4ebdf;
/* Tailwind (arbitrary) */
class="text-[#c4ebdf] bg-[#c4ebdf]"
/* SCSS */
$brand: #c4ebdf;
/* SwiftUI */
Color(red: 0.769, green: 0.922, blue: 0.875)
/* Android */
Color.parseColor("#c4ebdf")Accessibility — WCAG contrast
Aa
#c4ebdf on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4ebdf on black: 16.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green92.2%
Blue87.5%
CMYK percentages
Cyan16.6%
Magenta0.0%
Yellow5.1%
Key (black)7.8%
Color previews
#c4ebdf text on a black background
contrast 16.30:1
Card sample
#c4ebdf text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4ebdf;
Background color
Panel with #c4ebdf background
background-color: #c4ebdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4ebdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 235, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 235, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4ebdf; background: linear-gradient(135deg, #c4ebdf, #C4DDEB);