#c5cfba
a light, soft green · cool · closest name: silver
RGB
197, 207, 186
HSL
89°, 18%, 77%
CMYK
5, 0, 10, 19
Luminance
0.6004
Every format
| HEX | #c5cfba |
| RGB | rgb(197, 207, 186) |
| HSL | hsl(89, 18%, 77%) |
| CMYK | cmyk(5%, 0%, 10%, 19%) |
| LAB | lab(81.9 -7.2 9.3) |
| LCH | lch(81.9 11.7 127.8) |
| OKLCH | oklch(0.841 0.031 127.9) |
Copy-ready code
/* CSS */
color: #c5cfba;
background-color: #c5cfba;
/* Tailwind (arbitrary) */
class="text-[#c5cfba] bg-[#c5cfba]"
/* SCSS */
$brand: #c5cfba;
/* SwiftUI */
Color(red: 0.773, green: 0.812, blue: 0.729)
/* Android */
Color.parseColor("#c5cfba")Accessibility — WCAG contrast
Aa
#c5cfba on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5cfba on black: 13.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green81.2%
Blue72.9%
CMYK percentages
Cyan4.8%
Magenta0.0%
Yellow10.1%
Key (black)18.8%
Color previews
#c5cfba text on a black background
contrast 13.01:1
Card sample
#c5cfba text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5cfba;
Background color
Panel with #c5cfba background
background-color: #c5cfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5cfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 207, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 207, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5cfba; background: linear-gradient(135deg, #c5cfba, #BACFBD);