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