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