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