#b3d4af
a light, soft green · cool · closest name: beige
RGB
179, 212, 175
HSL
114°, 30%, 76%
CMYK
16, 0, 18, 17
Luminance
0.5977
Every format
| HEX | #b3d4af |
| RGB | rgb(179, 212, 175) |
| HSL | hsl(114, 30%, 76%) |
| CMYK | cmyk(16%, 0%, 18%, 17%) |
| LAB | lab(81.7 -17.9 14.7) |
| LCH | lch(81.7 23.2 140.5) |
| OKLCH | oklch(0.836 0.062 142.1) |
Copy-ready code
/* CSS */
color: #b3d4af;
background-color: #b3d4af;
/* Tailwind (arbitrary) */
class="text-[#b3d4af] bg-[#b3d4af]"
/* SCSS */
$brand: #b3d4af;
/* SwiftUI */
Color(red: 0.702, green: 0.831, blue: 0.686)
/* Android */
Color.parseColor("#b3d4af")Accessibility — WCAG contrast
Aa
#b3d4af on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3d4af on black: 12.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green83.1%
Blue68.6%
CMYK percentages
Cyan15.6%
Magenta0.0%
Yellow17.5%
Key (black)16.9%
Color previews
#b3d4af text on a black background
contrast 12.95:1
Card sample
#b3d4af text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3d4af;
Background color
Panel with #b3d4af background
background-color: #b3d4af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3d4af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 212, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 212, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3d4af; background: linear-gradient(135deg, #b3d4af, #AFD4C4);