#b3cabf
a light, soft green · cool · closest name: silver
RGB
179, 202, 191
HSL
151°, 18%, 75%
CMYK
11, 0, 5, 21
Luminance
0.5559
Every format
| HEX | #b3cabf |
| RGB | rgb(179, 202, 191) |
| HSL | hsl(151, 18%, 75%) |
| CMYK | cmyk(11%, 0%, 5%, 21%) |
| LAB | lab(79.4 -9.9 2.9) |
| LCH | lch(79.4 10.3 163.9) |
| OKLCH | oklch(0.819 0.029 165.3) |
Copy-ready code
/* CSS */
color: #b3cabf;
background-color: #b3cabf;
/* Tailwind (arbitrary) */
class="text-[#b3cabf] bg-[#b3cabf]"
/* SCSS */
$brand: #b3cabf;
/* SwiftUI */
Color(red: 0.702, green: 0.792, blue: 0.749)
/* Android */
Color.parseColor("#b3cabf")Accessibility — WCAG contrast
Aa
#b3cabf on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3cabf on black: 12.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green79.2%
Blue74.9%
CMYK percentages
Cyan11.4%
Magenta0.0%
Yellow5.4%
Key (black)20.8%
Color previews
#b3cabf text on a black background
contrast 12.12:1
Card sample
#b3cabf text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3cabf;
Background color
Panel with #b3cabf background
background-color: #b3cabf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3cabf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 202, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 202, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3cabf; background: linear-gradient(135deg, #b3cabf, #B3C6CA);