#c4e3e8
a light, soft cyan · cool · closest name: lavender
RGB
196, 227, 232
HSL
188°, 44%, 84%
CMYK
16, 2, 0, 9
Luminance
0.7250
Every format
| HEX | #c4e3e8 |
| RGB | rgb(196, 227, 232) |
| HSL | hsl(188, 44%, 84%) |
| CMYK | cmyk(16%, 2%, 0%, 9%) |
| LAB | lab(88.2 -9.1 -5.8) |
| LCH | lch(88.2 10.8 212.7) |
| OKLCH | oklch(0.895 0.033 208.4) |
Copy-ready code
/* CSS */
color: #c4e3e8;
background-color: #c4e3e8;
/* Tailwind (arbitrary) */
class="text-[#c4e3e8] bg-[#c4e3e8]"
/* SCSS */
$brand: #c4e3e8;
/* SwiftUI */
Color(red: 0.769, green: 0.890, blue: 0.910)
/* Android */
Color.parseColor("#c4e3e8")Accessibility — WCAG contrast
Aa
#c4e3e8 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4e3e8 on black: 15.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green89.0%
Blue91.0%
CMYK percentages
Cyan15.5%
Magenta2.2%
Yellow0.0%
Key (black)9.0%
Color previews
#c4e3e8 text on a black background
contrast 15.50:1
Card sample
#c4e3e8 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4e3e8;
Background color
Panel with #c4e3e8 background
background-color: #c4e3e8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4e3e8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 227, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 227, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4e3e8; background: linear-gradient(135deg, #c4e3e8, #C4CBE8);