#c4e5df
a light, soft cyan · cool · closest name: silver
RGB
196, 229, 223
HSL
169°, 39%, 83%
CMYK
14, 0, 3, 10
Luminance
0.7310
Every format
| HEX | #c4e5df |
| RGB | rgb(196, 229, 223) |
| HSL | hsl(169, 39%, 83%) |
| CMYK | cmyk(14%, 0%, 3%, 10%) |
| LAB | lab(88.5 -11.9 -0.7) |
| LCH | lch(88.5 12.0 183.4) |
| OKLCH | oklch(0.896 0.036 183.3) |
Copy-ready code
/* CSS */
color: #c4e5df;
background-color: #c4e5df;
/* Tailwind (arbitrary) */
class="text-[#c4e5df] bg-[#c4e5df]"
/* SCSS */
$brand: #c4e5df;
/* SwiftUI */
Color(red: 0.769, green: 0.898, blue: 0.875)
/* Android */
Color.parseColor("#c4e5df")Accessibility — WCAG contrast
Aa
#c4e5df on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4e5df on black: 15.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green89.8%
Blue87.5%
CMYK percentages
Cyan14.4%
Magenta0.0%
Yellow2.6%
Key (black)10.2%
Color previews
#c4e5df text on a black background
contrast 15.62:1
Card sample
#c4e5df text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4e5df;
Background color
Panel with #c4e5df background
background-color: #c4e5df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4e5df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 229, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 229, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4e5df; background: linear-gradient(135deg, #c4e5df, #C4D5E5);