#c2eacf
a light, vivid green · cool · closest name: beige
RGB
194, 234, 207
HSL
140°, 49%, 84%
CMYK
17, 0, 12, 8
Luminance
0.7482
Every format
| HEX | #c2eacf |
| RGB | rgb(194, 234, 207) |
| HSL | hsl(140, 49%, 84%) |
| CMYK | cmyk(17%, 0%, 12%, 8%) |
| LAB | lab(89.3 -18.1 8.8) |
| LCH | lch(89.3 20.2 154.0) |
| OKLCH | oklch(0.901 0.056 155.6) |
Copy-ready code
/* CSS */
color: #c2eacf;
background-color: #c2eacf;
/* Tailwind (arbitrary) */
class="text-[#c2eacf] bg-[#c2eacf]"
/* SCSS */
$brand: #c2eacf;
/* SwiftUI */
Color(red: 0.761, green: 0.918, blue: 0.812)
/* Android */
Color.parseColor("#c2eacf")Accessibility — WCAG contrast
Aa
#c2eacf on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2eacf on black: 15.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green91.8%
Blue81.2%
CMYK percentages
Cyan17.1%
Magenta0.0%
Yellow11.5%
Key (black)8.2%
Color previews
#c2eacf text on a black background
contrast 15.96:1
Card sample
#c2eacf text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2eacf;
Background color
Panel with #c2eacf background
background-color: #c2eacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2eacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 234, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 234, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2eacf; background: linear-gradient(135deg, #c2eacf, #C2EAEA);