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