#c2cfb4
a light, soft green · cool · closest name: beige
RGB
194, 207, 180
HSL
89°, 22%, 76%
CMYK
6, 0, 13, 19
Luminance
0.5939
Every format
| HEX | #c2cfb4 |
| RGB | rgb(194, 207, 180) |
| HSL | hsl(89, 22%, 76%) |
| CMYK | cmyk(6%, 0%, 13%, 19%) |
| LAB | lab(81.5 -9.3 11.9) |
| LCH | lch(81.5 15.1 127.8) |
| OKLCH | oklch(0.837 0.039 128.3) |
Copy-ready code
/* CSS */
color: #c2cfb4;
background-color: #c2cfb4;
/* Tailwind (arbitrary) */
class="text-[#c2cfb4] bg-[#c2cfb4]"
/* SCSS */
$brand: #c2cfb4;
/* SwiftUI */
Color(red: 0.761, green: 0.812, blue: 0.706)
/* Android */
Color.parseColor("#c2cfb4")Accessibility — WCAG contrast
Aa
#c2cfb4 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2cfb4 on black: 12.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green81.2%
Blue70.6%
CMYK percentages
Cyan6.3%
Magenta0.0%
Yellow13.0%
Key (black)18.8%
Color previews
#c2cfb4 text on a black background
contrast 12.88:1
Card sample
#c2cfb4 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2cfb4;
Background color
Panel with #c2cfb4 background
background-color: #c2cfb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2cfb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 207, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 207, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2cfb4; background: linear-gradient(135deg, #c2cfb4, #B4CFB8);