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