#b3d9b3
a light, soft green · cool · closest name: beige
RGB
179, 217, 179
HSL
120°, 33%, 78%
CMYK
18, 0, 18, 15
Luminance
0.6246
Every format
| HEX | #b3d9b3 |
| RGB | rgb(179, 217, 179) |
| HSL | hsl(120, 33%, 78%) |
| CMYK | cmyk(18%, 0%, 18%, 15%) |
| LAB | lab(83.2 -19.7 14.7) |
| LCH | lch(83.2 24.5 143.3) |
| OKLCH | oklch(0.848 0.066 145.0) |
Copy-ready code
/* CSS */
color: #b3d9b3;
background-color: #b3d9b3;
/* Tailwind (arbitrary) */
class="text-[#b3d9b3] bg-[#b3d9b3]"
/* SCSS */
$brand: #b3d9b3;
/* SwiftUI */
Color(red: 0.702, green: 0.851, blue: 0.702)
/* Android */
Color.parseColor("#b3d9b3")Accessibility — WCAG contrast
Aa
#b3d9b3 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3d9b3 on black: 13.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green85.1%
Blue70.2%
CMYK percentages
Cyan17.5%
Magenta0.0%
Yellow17.5%
Key (black)14.9%
Color previews
#b3d9b3 text on a black background
contrast 13.49:1
Card sample
#b3d9b3 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3d9b3;
Background color
Panel with #b3d9b3 background
background-color: #b3d9b3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3d9b3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 217, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 217, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3d9b3; background: linear-gradient(135deg, #b3d9b3, #B3D9CC);