#b3cd7f
a light, soft green · cool · closest name: khaki
RGB
179, 205, 127
HSL
80°, 44%, 65%
CMYK
13, 0, 38, 20
Luminance
0.5478
Every format
| HEX | #b3cd7f |
| RGB | rgb(179, 205, 127) |
| HSL | hsl(80, 44%, 65%) |
| CMYK | cmyk(13%, 0%, 38%, 20%) |
| LAB | lab(78.9 -21.6 36.0) |
| LCH | lch(78.9 42.0 121.0) |
| OKLCH | oklch(0.811 0.106 123.8) |
Copy-ready code
/* CSS */
color: #b3cd7f;
background-color: #b3cd7f;
/* Tailwind (arbitrary) */
class="text-[#b3cd7f] bg-[#b3cd7f]"
/* SCSS */
$brand: #b3cd7f;
/* SwiftUI */
Color(red: 0.702, green: 0.804, blue: 0.498)
/* Android */
Color.parseColor("#b3cd7f")Accessibility — WCAG contrast
Aa
#b3cd7f on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3cd7f on black: 11.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green80.4%
Blue49.8%
CMYK percentages
Cyan12.7%
Magenta0.0%
Yellow38.0%
Key (black)19.6%
Color previews
#b3cd7f text on a black background
contrast 11.96:1
Card sample
#b3cd7f text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3cd7f;
Background color
Panel with #b3cd7f background
background-color: #b3cd7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3cd7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 205, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 205, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3cd7f; background: linear-gradient(135deg, #b3cd7f, #7FCD7F);