#b8ccaf
a light, soft green · cool · closest name: silver
RGB
184, 204, 175
HSL
101°, 22%, 74%
CMYK
10, 0, 14, 20
Luminance
0.5647
Every format
| HEX | #b8ccaf |
| RGB | rgb(184, 204, 175) |
| HSL | hsl(101, 22%, 74%) |
| CMYK | cmyk(10%, 0%, 14%, 20%) |
| LAB | lab(79.9 -12.1 12.2) |
| LCH | lch(79.9 17.2 134.8) |
| OKLCH | oklch(0.822 0.045 135.9) |
Copy-ready code
/* CSS */
color: #b8ccaf;
background-color: #b8ccaf;
/* Tailwind (arbitrary) */
class="text-[#b8ccaf] bg-[#b8ccaf]"
/* SCSS */
$brand: #b8ccaf;
/* SwiftUI */
Color(red: 0.722, green: 0.800, blue: 0.686)
/* Android */
Color.parseColor("#b8ccaf")Accessibility — WCAG contrast
Aa
#b8ccaf on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8ccaf on black: 12.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green80.0%
Blue68.6%
CMYK percentages
Cyan9.8%
Magenta0.0%
Yellow14.2%
Key (black)20.0%
Color previews
#b8ccaf text on a black background
contrast 12.29:1
Card sample
#b8ccaf text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8ccaf;
Background color
Panel with #b8ccaf background
background-color: #b8ccaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8ccaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 204, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 204, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8ccaf; background: linear-gradient(135deg, #b8ccaf, #AFCCB9);