#c2dbbf
a light, soft green · cool · closest name: beige
RGB
194, 219, 191
HSL
114°, 28%, 80%
CMYK
11, 0, 13, 14
Luminance
0.6589
Every format
| HEX | #c2dbbf |
| RGB | rgb(194, 219, 191) |
| HSL | hsl(114, 28%, 80%) |
| CMYK | cmyk(11%, 0%, 13%, 14%) |
| LAB | lab(84.9 -13.5 11.0) |
| LCH | lch(84.9 17.4 140.8) |
| OKLCH | oklch(0.865 0.046 142.2) |
Copy-ready code
/* CSS */
color: #c2dbbf;
background-color: #c2dbbf;
/* Tailwind (arbitrary) */
class="text-[#c2dbbf] bg-[#c2dbbf]"
/* SCSS */
$brand: #c2dbbf;
/* SwiftUI */
Color(red: 0.761, green: 0.859, blue: 0.749)
/* Android */
Color.parseColor("#c2dbbf")Accessibility — WCAG contrast
Aa
#c2dbbf on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2dbbf on black: 14.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green85.9%
Blue74.9%
CMYK percentages
Cyan11.4%
Magenta0.0%
Yellow12.8%
Key (black)14.1%
Color previews
#c2dbbf text on a black background
contrast 14.18:1
Card sample
#c2dbbf text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2dbbf;
Background color
Panel with #c2dbbf background
background-color: #c2dbbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2dbbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 219, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 219, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2dbbf; background: linear-gradient(135deg, #c2dbbf, #BFDBCF);