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