#b3cbaf
a light, soft green · cool · closest name: silver
RGB
179, 203, 175
HSL
111°, 21%, 74%
CMYK
12, 0, 14, 20
Luminance
0.5539
Every format
| HEX | #b3cbaf |
| RGB | rgb(179, 203, 175) |
| HSL | hsl(111, 21%, 74%) |
| CMYK | cmyk(12%, 0%, 14%, 20%) |
| LAB | lab(79.3 -13.3 11.3) |
| LCH | lch(79.3 17.5 139.8) |
| OKLCH | oklch(0.816 0.046 141.2) |
Copy-ready code
/* CSS */
color: #b3cbaf;
background-color: #b3cbaf;
/* Tailwind (arbitrary) */
class="text-[#b3cbaf] bg-[#b3cbaf]"
/* SCSS */
$brand: #b3cbaf;
/* SwiftUI */
Color(red: 0.702, green: 0.796, blue: 0.686)
/* Android */
Color.parseColor("#b3cbaf")Accessibility — WCAG contrast
Aa
#b3cbaf on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3cbaf on black: 12.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green79.6%
Blue68.6%
CMYK percentages
Cyan11.8%
Magenta0.0%
Yellow13.8%
Key (black)20.4%
Color previews
#b3cbaf text on a black background
contrast 12.08:1
Card sample
#b3cbaf text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3cbaf;
Background color
Panel with #b3cbaf background
background-color: #b3cbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3cbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 203, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 203, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3cbaf; background: linear-gradient(135deg, #b3cbaf, #AFCBBE);