#c3cfac
a light, soft green · cool · closest name: beige
RGB
195, 207, 172
HSL
81°, 27%, 74%
CMYK
6, 0, 17, 19
Luminance
0.5921
Every format
| HEX | #c3cfac |
| RGB | rgb(195, 207, 172) |
| HSL | hsl(81, 27%, 74%) |
| CMYK | cmyk(6%, 0%, 17%, 19%) |
| LAB | lab(81.4 -10.2 16.1) |
| LCH | lch(81.4 19.0 122.5) |
| OKLCH | oklch(0.836 0.049 122.9) |
Copy-ready code
/* CSS */
color: #c3cfac;
background-color: #c3cfac;
/* Tailwind (arbitrary) */
class="text-[#c3cfac] bg-[#c3cfac]"
/* SCSS */
$brand: #c3cfac;
/* SwiftUI */
Color(red: 0.765, green: 0.812, blue: 0.675)
/* Android */
Color.parseColor("#c3cfac")Accessibility — WCAG contrast
Aa
#c3cfac on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3cfac on black: 12.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green81.2%
Blue67.5%
CMYK percentages
Cyan5.8%
Magenta0.0%
Yellow16.9%
Key (black)18.8%
Color previews
#c3cfac text on a black background
contrast 12.84:1
Card sample
#c3cfac text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3cfac;
Background color
Panel with #c3cfac background
background-color: #c3cfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3cfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 207, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 207, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3cfac; background: linear-gradient(135deg, #c3cfac, #ACCFAC);