#b7cd7f
a light, soft green · cool · closest name: khaki
RGB
183, 205, 127
HSL
77°, 44%, 65%
CMYK
11, 0, 38, 20
Luminance
0.5526
Every format
| HEX | #b7cd7f |
| RGB | rgb(183, 205, 127) |
| HSL | hsl(77, 44%, 65%) |
| CMYK | cmyk(11%, 0%, 38%, 20%) |
| LAB | lab(79.2 -20.1 36.4) |
| LCH | lch(79.2 41.6 118.9) |
| OKLCH | oklch(0.814 0.105 121.6) |
Copy-ready code
/* CSS */
color: #b7cd7f;
background-color: #b7cd7f;
/* Tailwind (arbitrary) */
class="text-[#b7cd7f] bg-[#b7cd7f]"
/* SCSS */
$brand: #b7cd7f;
/* SwiftUI */
Color(red: 0.718, green: 0.804, blue: 0.498)
/* Android */
Color.parseColor("#b7cd7f")Accessibility — WCAG contrast
Aa
#b7cd7f on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7cd7f on black: 12.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green80.4%
Blue49.8%
CMYK percentages
Cyan10.7%
Magenta0.0%
Yellow38.0%
Key (black)19.6%
Color previews
#b7cd7f text on a black background
contrast 12.05:1
Card sample
#b7cd7f text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7cd7f;
Background color
Panel with #b7cd7f background
background-color: #b7cd7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7cd7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 205, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 205, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7cd7f; background: linear-gradient(135deg, #b7cd7f, #83CD7F);