#b0ccaf
a light, soft green · cool · closest name: silver
RGB
176, 204, 175
HSL
118°, 22%, 74%
CMYK
14, 0, 14, 20
Luminance
0.5551
Every format
| HEX | #b0ccaf |
| RGB | rgb(176, 204, 175) |
| HSL | hsl(118, 22%, 74%) |
| CMYK | cmyk(14%, 0%, 14%, 20%) |
| LAB | lab(79.3 -14.9 11.3) |
| LCH | lch(79.3 18.7 142.7) |
| OKLCH | oklch(0.816 0.050 144.2) |
Copy-ready code
/* CSS */
color: #b0ccaf;
background-color: #b0ccaf;
/* Tailwind (arbitrary) */
class="text-[#b0ccaf] bg-[#b0ccaf]"
/* SCSS */
$brand: #b0ccaf;
/* SwiftUI */
Color(red: 0.690, green: 0.800, blue: 0.686)
/* Android */
Color.parseColor("#b0ccaf")Accessibility — WCAG contrast
Aa
#b0ccaf on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0ccaf on black: 12.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green80.0%
Blue68.6%
CMYK percentages
Cyan13.7%
Magenta0.0%
Yellow14.2%
Key (black)20.0%
Color previews
#b0ccaf text on a black background
contrast 12.10:1
Card sample
#b0ccaf text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0ccaf;
Background color
Panel with #b0ccaf background
background-color: #b0ccaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0ccaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 204, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 204, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0ccaf; background: linear-gradient(135deg, #b0ccaf, #AFCCC1);