#c3eade
a light, vivid cyan · cool · closest name: beige
RGB
195, 234, 222
HSL
162°, 48%, 84%
CMYK
17, 0, 5, 8
Luminance
0.7572
Every format
| HEX | #c3eade |
| RGB | rgb(195, 234, 222) |
| HSL | hsl(162, 48%, 84%) |
| CMYK | cmyk(17%, 0%, 5%, 8%) |
| LAB | lab(89.7 -15.0 1.6) |
| LCH | lch(89.7 15.1 173.9) |
| OKLCH | oklch(0.906 0.044 174.7) |
Copy-ready code
/* CSS */
color: #c3eade;
background-color: #c3eade;
/* Tailwind (arbitrary) */
class="text-[#c3eade] bg-[#c3eade]"
/* SCSS */
$brand: #c3eade;
/* SwiftUI */
Color(red: 0.765, green: 0.918, blue: 0.871)
/* Android */
Color.parseColor("#c3eade")Accessibility — WCAG contrast
Aa
#c3eade on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3eade on black: 16.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green91.8%
Blue87.1%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow5.1%
Key (black)8.2%
Color previews
#c3eade text on a black background
contrast 16.14:1
Card sample
#c3eade text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3eade;
Background color
Panel with #c3eade background
background-color: #c3eade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3eade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 234, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 234, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3eade; background: linear-gradient(135deg, #c3eade, #C3DCEA);