#b3d2af
a light, soft green · cool · closest name: beige
RGB
179, 210, 175
HSL
113°, 28%, 76%
CMYK
15, 0, 17, 18
Luminance
0.5877
Every format
| HEX | #b3d2af |
| RGB | rgb(179, 210, 175) |
| HSL | hsl(113, 28%, 76%) |
| CMYK | cmyk(15%, 0%, 17%, 18%) |
| LAB | lab(81.2 -16.9 14.0) |
| LCH | lch(81.2 21.9 140.4) |
| OKLCH | oklch(0.832 0.058 141.9) |
Copy-ready code
/* CSS */
color: #b3d2af;
background-color: #b3d2af;
/* Tailwind (arbitrary) */
class="text-[#b3d2af] bg-[#b3d2af]"
/* SCSS */
$brand: #b3d2af;
/* SwiftUI */
Color(red: 0.702, green: 0.824, blue: 0.686)
/* Android */
Color.parseColor("#b3d2af")Accessibility — WCAG contrast
Aa
#b3d2af on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3d2af on black: 12.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green82.4%
Blue68.6%
CMYK percentages
Cyan14.8%
Magenta0.0%
Yellow16.7%
Key (black)17.6%
Color previews
#b3d2af text on a black background
contrast 12.75:1
Card sample
#b3d2af text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3d2af;
Background color
Panel with #b3d2af background
background-color: #b3d2af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3d2af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 210, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 210, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3d2af; background: linear-gradient(135deg, #b3d2af, #AFD2C2);