#c2dbaf
a light, soft green · cool · closest name: beige
RGB
194, 219, 175
HSL
94°, 38%, 77%
CMYK
11, 0, 20, 14
Luminance
0.6523
Every format
| HEX | #c2dbaf |
| RGB | rgb(194, 219, 175) |
| HSL | hsl(94, 38%, 77%) |
| CMYK | cmyk(11%, 0%, 20%, 14%) |
| LAB | lab(84.6 -16.2 18.9) |
| LCH | lch(84.6 24.9 130.5) |
| OKLCH | oklch(0.861 0.065 131.8) |
Copy-ready code
/* CSS */
color: #c2dbaf;
background-color: #c2dbaf;
/* Tailwind (arbitrary) */
class="text-[#c2dbaf] bg-[#c2dbaf]"
/* SCSS */
$brand: #c2dbaf;
/* SwiftUI */
Color(red: 0.761, green: 0.859, blue: 0.686)
/* Android */
Color.parseColor("#c2dbaf")Accessibility — WCAG contrast
Aa
#c2dbaf on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2dbaf on black: 14.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green85.9%
Blue68.6%
CMYK percentages
Cyan11.4%
Magenta0.0%
Yellow20.1%
Key (black)14.1%
Color previews
#c2dbaf text on a black background
contrast 14.05:1
Card sample
#c2dbaf text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2dbaf;
Background color
Panel with #c2dbaf background
background-color: #c2dbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2dbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 219, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 219, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2dbaf; background: linear-gradient(135deg, #c2dbaf, #AFDBB9);