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