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