#b4ccaf
a light, soft green · cool · closest name: silver
RGB
180, 204, 175
HSL
110°, 22%, 74%
CMYK
12, 0, 14, 20
Luminance
0.5598
Every format
| HEX | #b4ccaf |
| RGB | rgb(180, 204, 175) |
| HSL | hsl(110, 22%, 74%) |
| CMYK | cmyk(12%, 0%, 14%, 20%) |
| LAB | lab(79.6 -13.5 11.8) |
| LCH | lch(79.6 17.9 138.9) |
| OKLCH | oklch(0.819 0.048 140.3) |
Copy-ready code
/* CSS */
color: #b4ccaf;
background-color: #b4ccaf;
/* Tailwind (arbitrary) */
class="text-[#b4ccaf] bg-[#b4ccaf]"
/* SCSS */
$brand: #b4ccaf;
/* SwiftUI */
Color(red: 0.706, green: 0.800, blue: 0.686)
/* Android */
Color.parseColor("#b4ccaf")Accessibility — WCAG contrast
Aa
#b4ccaf on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4ccaf on black: 12.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green80.0%
Blue68.6%
CMYK percentages
Cyan11.8%
Magenta0.0%
Yellow14.2%
Key (black)20.0%
Color previews
#b4ccaf text on a black background
contrast 12.20:1
Card sample
#b4ccaf text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4ccaf;
Background color
Panel with #b4ccaf background
background-color: #b4ccaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4ccaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 204, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 204, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4ccaf; background: linear-gradient(135deg, #b4ccaf, #AFCCBD);