#c4ece2
a light, vivid cyan · cool · closest name: beige
RGB
196, 236, 226
HSL
165°, 51%, 85%
CMYK
17, 0, 4, 8
Luminance
0.7722
Every format
| HEX | #c4ece2 |
| RGB | rgb(196, 236, 226) |
| HSL | hsl(165, 51%, 85%) |
| CMYK | cmyk(17%, 0%, 4%, 8%) |
| LAB | lab(90.4 -14.9 0.5) |
| LCH | lch(90.4 14.9 177.9) |
| OKLCH | oklch(0.912 0.044 178.4) |
Copy-ready code
/* CSS */
color: #c4ece2;
background-color: #c4ece2;
/* Tailwind (arbitrary) */
class="text-[#c4ece2] bg-[#c4ece2]"
/* SCSS */
$brand: #c4ece2;
/* SwiftUI */
Color(red: 0.769, green: 0.925, blue: 0.886)
/* Android */
Color.parseColor("#c4ece2")Accessibility — WCAG contrast
Aa
#c4ece2 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4ece2 on black: 16.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green92.5%
Blue88.6%
CMYK percentages
Cyan16.9%
Magenta0.0%
Yellow4.2%
Key (black)7.5%
Color previews
#c4ece2 text on a black background
contrast 16.44:1
Card sample
#c4ece2 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4ece2;
Background color
Panel with #c4ece2 background
background-color: #c4ece2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4ece2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 236, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 236, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4ece2; background: linear-gradient(135deg, #c4ece2, #C4DBEC);