#c2dfbe
a light, soft green · cool · closest name: beige
RGB
194, 223, 190
HSL
113°, 34%, 81%
CMYK
13, 0, 15, 13
Luminance
0.6796
Every format
| HEX | #c2dfbe |
| RGB | rgb(194, 223, 190) |
| HSL | hsl(113, 34%, 81%) |
| CMYK | cmyk(13%, 0%, 15%, 13%) |
| LAB | lab(86.0 -15.7 13.0) |
| LCH | lch(86.0 20.4 140.3) |
| OKLCH | oklch(0.874 0.054 141.8) |
Copy-ready code
/* CSS */
color: #c2dfbe;
background-color: #c2dfbe;
/* Tailwind (arbitrary) */
class="text-[#c2dfbe] bg-[#c2dfbe]"
/* SCSS */
$brand: #c2dfbe;
/* SwiftUI */
Color(red: 0.761, green: 0.875, blue: 0.745)
/* Android */
Color.parseColor("#c2dfbe")Accessibility — WCAG contrast
Aa
#c2dfbe on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2dfbe on black: 14.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green87.5%
Blue74.5%
CMYK percentages
Cyan13.0%
Magenta0.0%
Yellow14.8%
Key (black)12.5%
Color previews
#c2dfbe text on a black background
contrast 14.59:1
Card sample
#c2dfbe text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2dfbe;
Background color
Panel with #c2dfbe background
background-color: #c2dfbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2dfbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 223, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 223, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2dfbe; background: linear-gradient(135deg, #c2dfbe, #BEDFD0);