#c2ebcf
a light, vivid green · cool · closest name: beige
RGB
194, 235, 207
HSL
139°, 51%, 84%
CMYK
17, 0, 12, 8
Luminance
0.7539
Every format
| HEX | #c2ebcf |
| RGB | rgb(194, 235, 207) |
| HSL | hsl(139, 51%, 84%) |
| CMYK | cmyk(17%, 0%, 12%, 8%) |
| LAB | lab(89.6 -18.6 9.2) |
| LCH | lch(89.6 20.8 153.7) |
| OKLCH | oklch(0.903 0.057 155.3) |
Copy-ready code
/* CSS */
color: #c2ebcf;
background-color: #c2ebcf;
/* Tailwind (arbitrary) */
class="text-[#c2ebcf] bg-[#c2ebcf]"
/* SCSS */
$brand: #c2ebcf;
/* SwiftUI */
Color(red: 0.761, green: 0.922, blue: 0.812)
/* Android */
Color.parseColor("#c2ebcf")Accessibility — WCAG contrast
Aa
#c2ebcf on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2ebcf on black: 16.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green92.2%
Blue81.2%
CMYK percentages
Cyan17.4%
Magenta0.0%
Yellow11.9%
Key (black)7.8%
Color previews
#c2ebcf text on a black background
contrast 16.08:1
Card sample
#c2ebcf text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2ebcf;
Background color
Panel with #c2ebcf background
background-color: #c2ebcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2ebcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 235, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 235, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2ebcf; background: linear-gradient(135deg, #c2ebcf, #C2EBEA);