#c2edba
a light, vivid green · cool · closest name: beige
RGB
194, 237, 186
HSL
111°, 59%, 83%
CMYK
18, 0, 22, 7
Luminance
0.7558
Every format
| HEX | #c2edba |
| RGB | rgb(194, 237, 186) |
| HSL | hsl(111, 59%, 83%) |
| CMYK | cmyk(18%, 0%, 22%, 7%) |
| LAB | lab(89.7 -23.2 20.2) |
| LCH | lch(89.7 30.8 138.9) |
| OKLCH | oklch(0.903 0.082 140.7) |
Copy-ready code
/* CSS */
color: #c2edba;
background-color: #c2edba;
/* Tailwind (arbitrary) */
class="text-[#c2edba] bg-[#c2edba]"
/* SCSS */
$brand: #c2edba;
/* SwiftUI */
Color(red: 0.761, green: 0.929, blue: 0.729)
/* Android */
Color.parseColor("#c2edba")Accessibility — WCAG contrast
Aa
#c2edba on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2edba on black: 16.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green92.9%
Blue72.9%
CMYK percentages
Cyan18.1%
Magenta0.0%
Yellow21.5%
Key (black)7.1%
Color previews
#c2edba text on a black background
contrast 16.12:1
Card sample
#c2edba text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2edba;
Background color
Panel with #c2edba background
background-color: #c2edba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2edba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 237, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 237, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2edba; background: linear-gradient(135deg, #c2edba, #BAEDD4);