#c2ebdf
a light, vivid cyan · cool · closest name: beige
RGB
194, 235, 223
HSL
162°, 51%, 84%
CMYK
17, 0, 5, 8
Luminance
0.7621
Every format
| HEX | #c2ebdf |
| RGB | rgb(194, 235, 223) |
| HSL | hsl(162, 51%, 84%) |
| CMYK | cmyk(17%, 0%, 5%, 8%) |
| LAB | lab(90.0 -15.6 1.4) |
| LCH | lch(90.0 15.6 174.8) |
| OKLCH | oklch(0.908 0.045 175.6) |
Copy-ready code
/* CSS */
color: #c2ebdf;
background-color: #c2ebdf;
/* Tailwind (arbitrary) */
class="text-[#c2ebdf] bg-[#c2ebdf]"
/* SCSS */
$brand: #c2ebdf;
/* SwiftUI */
Color(red: 0.761, green: 0.922, blue: 0.875)
/* Android */
Color.parseColor("#c2ebdf")Accessibility — WCAG contrast
Aa
#c2ebdf on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2ebdf on black: 16.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green92.2%
Blue87.5%
CMYK percentages
Cyan17.4%
Magenta0.0%
Yellow5.1%
Key (black)7.8%
Color previews
#c2ebdf text on a black background
contrast 16.24:1
Card sample
#c2ebdf text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2ebdf;
Background color
Panel with #c2ebdf background
background-color: #c2ebdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2ebdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 235, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 235, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2ebdf; background: linear-gradient(135deg, #c2ebdf, #C2DCEB);