#c8cfb0
a light, soft green · cool · closest name: beige
RGB
200, 207, 176
HSL
74°, 24%, 75%
CMYK
3, 0, 15, 19
Luminance
0.6004
Every format
| HEX | #c8cfb0 |
| RGB | rgb(200, 207, 176) |
| HSL | hsl(74, 24%, 75%) |
| CMYK | cmyk(3%, 0%, 15%, 19%) |
| LAB | lab(81.9 -7.8 14.6) |
| LCH | lch(81.9 16.6 118.0) |
| OKLCH | oklch(0.841 0.043 117.7) |
Copy-ready code
/* CSS */
color: #c8cfb0;
background-color: #c8cfb0;
/* Tailwind (arbitrary) */
class="text-[#c8cfb0] bg-[#c8cfb0]"
/* SCSS */
$brand: #c8cfb0;
/* SwiftUI */
Color(red: 0.784, green: 0.812, blue: 0.690)
/* Android */
Color.parseColor("#c8cfb0")Accessibility — WCAG contrast
Aa
#c8cfb0 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8cfb0 on black: 13.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green81.2%
Blue69.0%
CMYK percentages
Cyan3.4%
Magenta0.0%
Yellow15.0%
Key (black)18.8%
Color previews
#c8cfb0 text on a black background
contrast 13.01:1
Card sample
#c8cfb0 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8cfb0;
Background color
Panel with #c8cfb0 background
background-color: #c8cfb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8cfb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 207, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 207, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8cfb0; background: linear-gradient(135deg, #c8cfb0, #B3CFB0);