#c4ebee
a pale, vivid cyan · cool · closest name: lavender
RGB
196, 235, 238
HSL
184°, 55%, 85%
CMYK
18, 1, 0, 7
Luminance
0.7733
Every format
| HEX | #c4ebee |
| RGB | rgb(196, 235, 238) |
| HSL | hsl(184, 55%, 85%) |
| CMYK | cmyk(18%, 1%, 0%, 7%) |
| LAB | lab(90.5 -11.9 -5.7) |
| LCH | lch(90.5 13.2 205.3) |
| OKLCH | oklch(0.913 0.041 202.2) |
Copy-ready code
/* CSS */
color: #c4ebee;
background-color: #c4ebee;
/* Tailwind (arbitrary) */
class="text-[#c4ebee] bg-[#c4ebee]"
/* SCSS */
$brand: #c4ebee;
/* SwiftUI */
Color(red: 0.769, green: 0.922, blue: 0.933)
/* Android */
Color.parseColor("#c4ebee")Accessibility — WCAG contrast
Aa
#c4ebee on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4ebee on black: 16.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green92.2%
Blue93.3%
CMYK percentages
Cyan17.6%
Magenta1.3%
Yellow0.0%
Key (black)6.7%
Color previews
#c4ebee text on a black background
contrast 16.47:1
Card sample
#c4ebee text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4ebee;
Background color
Panel with #c4ebee background
background-color: #c4ebee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4ebee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 235, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 235, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4ebee; background: linear-gradient(135deg, #c4ebee, #C4CFEE);