#c2dfba
a light, soft green · cool · closest name: beige
RGB
194, 223, 186
HSL
107°, 37%, 80%
CMYK
13, 0, 17, 13
Luminance
0.6779
Every format
| HEX | #c2dfba |
| RGB | rgb(194, 223, 186) |
| HSL | hsl(107, 37%, 80%) |
| CMYK | cmyk(13%, 0%, 17%, 13%) |
| LAB | lab(85.9 -16.4 15.0) |
| LCH | lch(85.9 22.2 137.5) |
| OKLCH | oklch(0.873 0.059 138.9) |
Copy-ready code
/* CSS */
color: #c2dfba;
background-color: #c2dfba;
/* Tailwind (arbitrary) */
class="text-[#c2dfba] bg-[#c2dfba]"
/* SCSS */
$brand: #c2dfba;
/* SwiftUI */
Color(red: 0.761, green: 0.875, blue: 0.729)
/* Android */
Color.parseColor("#c2dfba")Accessibility — WCAG contrast
Aa
#c2dfba on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2dfba on black: 14.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green87.5%
Blue72.9%
CMYK percentages
Cyan13.0%
Magenta0.0%
Yellow16.6%
Key (black)12.5%
Color previews
#c2dfba text on a black background
contrast 14.56:1
Card sample
#c2dfba text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2dfba;
Background color
Panel with #c2dfba background
background-color: #c2dfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2dfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 223, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 223, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2dfba; background: linear-gradient(135deg, #c2dfba, #BADFCB);