#c5eade
a light, vivid cyan · cool · closest name: beige
RGB
197, 234, 222
HSL
161°, 47%, 85%
CMYK
16, 0, 5, 8
Luminance
0.7599
Every format
| HEX | #c5eade |
| RGB | rgb(197, 234, 222) |
| HSL | hsl(161, 47%, 85%) |
| CMYK | cmyk(16%, 0%, 5%, 8%) |
| LAB | lab(89.8 -14.3 1.8) |
| LCH | lch(89.8 14.4 172.8) |
| OKLCH | oklch(0.907 0.042 173.7) |
Copy-ready code
/* CSS */
color: #c5eade;
background-color: #c5eade;
/* Tailwind (arbitrary) */
class="text-[#c5eade] bg-[#c5eade]"
/* SCSS */
$brand: #c5eade;
/* SwiftUI */
Color(red: 0.773, green: 0.918, blue: 0.871)
/* Android */
Color.parseColor("#c5eade")Accessibility — WCAG contrast
Aa
#c5eade on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5eade on black: 16.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green91.8%
Blue87.1%
CMYK percentages
Cyan15.8%
Magenta0.0%
Yellow5.1%
Key (black)8.2%
Color previews
#c5eade text on a black background
contrast 16.20:1
Card sample
#c5eade text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5eade;
Background color
Panel with #c5eade background
background-color: #c5eade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5eade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 234, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 234, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5eade; background: linear-gradient(135deg, #c5eade, #C5DDEA);