#cbcfba
a light, soft green · cool · closest name: silver
RGB
203, 207, 186
HSL
71°, 18%, 77%
CMYK
2, 0, 10, 19
Luminance
0.6087
Every format
| HEX | #cbcfba |
| RGB | rgb(203, 207, 186) |
| HSL | hsl(71, 18%, 77%) |
| CMYK | cmyk(2%, 0%, 10%, 19%) |
| LAB | lab(82.3 -5.1 10.0) |
| LCH | lch(82.3 11.2 116.9) |
| OKLCH | oklch(0.846 0.029 115.8) |
Copy-ready code
/* CSS */
color: #cbcfba;
background-color: #cbcfba;
/* Tailwind (arbitrary) */
class="text-[#cbcfba] bg-[#cbcfba]"
/* SCSS */
$brand: #cbcfba;
/* SwiftUI */
Color(red: 0.796, green: 0.812, blue: 0.729)
/* Android */
Color.parseColor("#cbcfba")Accessibility — WCAG contrast
Aa
#cbcfba on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbcfba on black: 13.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green81.2%
Blue72.9%
CMYK percentages
Cyan1.9%
Magenta0.0%
Yellow10.1%
Key (black)18.8%
Color previews
#cbcfba text on a black background
contrast 13.17:1
Card sample
#cbcfba text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbcfba;
Background color
Panel with #cbcfba background
background-color: #cbcfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbcfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 207, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 207, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbcfba; background: linear-gradient(135deg, #cbcfba, #BDCFBA);