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