#b7cbaf
a light, soft green · cool · closest name: silver
RGB
183, 203, 175
HSL
103°, 21%, 74%
CMYK
10, 0, 14, 20
Luminance
0.5587
Every format
| HEX | #b7cbaf |
| RGB | rgb(183, 203, 175) |
| HSL | hsl(103, 21%, 74%) |
| CMYK | cmyk(10%, 0%, 14%, 20%) |
| LAB | lab(79.5 -11.9 11.7) |
| LCH | lch(79.5 16.7 135.6) |
| OKLCH | oklch(0.819 0.044 136.7) |
Copy-ready code
/* CSS */
color: #b7cbaf;
background-color: #b7cbaf;
/* Tailwind (arbitrary) */
class="text-[#b7cbaf] bg-[#b7cbaf]"
/* SCSS */
$brand: #b7cbaf;
/* SwiftUI */
Color(red: 0.718, green: 0.796, blue: 0.686)
/* Android */
Color.parseColor("#b7cbaf")Accessibility — WCAG contrast
Aa
#b7cbaf on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7cbaf on black: 12.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green79.6%
Blue68.6%
CMYK percentages
Cyan9.9%
Magenta0.0%
Yellow13.8%
Key (black)20.4%
Color previews
#b7cbaf text on a black background
contrast 12.17:1
Card sample
#b7cbaf text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7cbaf;
Background color
Panel with #b7cbaf background
background-color: #b7cbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7cbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 203, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 203, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7cbaf; background: linear-gradient(135deg, #b7cbaf, #AFCBBA);