#bbd35f
a balanced, vivid green · cool · closest name: khaki
RGB
187, 211, 95
HSL
72°, 57%, 60%
CMYK
11, 0, 55, 17
Luminance
0.5798
Every format
| HEX | #bbd35f |
| RGB | rgb(187, 211, 95) |
| HSL | hsl(72, 57%, 60%) |
| CMYK | cmyk(11%, 0%, 55%, 17%) |
| LAB | lab(80.7 -24.8 53.9) |
| LCH | lch(80.7 59.3 114.7) |
| OKLCH | oklch(0.825 0.145 119.4) |
Copy-ready code
/* CSS */
color: #bbd35f;
background-color: #bbd35f;
/* Tailwind (arbitrary) */
class="text-[#bbd35f] bg-[#bbd35f]"
/* SCSS */
$brand: #bbd35f;
/* SwiftUI */
Color(red: 0.733, green: 0.827, blue: 0.373)
/* Android */
Color.parseColor("#bbd35f")Accessibility — WCAG contrast
Aa
#bbd35f on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbd35f on black: 12.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green82.7%
Blue37.3%
CMYK percentages
Cyan11.4%
Magenta0.0%
Yellow55.0%
Key (black)17.3%
Color previews
#bbd35f text on a black background
contrast 12.60:1
Card sample
#bbd35f text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbd35f;
Background color
Panel with #bbd35f background
background-color: #bbd35f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbd35f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 211, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 211, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbd35f; background: linear-gradient(135deg, #bbd35f, #6ED35F);