#bbdf45
a balanced, vivid green · cool · closest name: yellow
RGB
187, 223, 69
HSL
74°, 71%, 57%
CMYK
16, 0, 69, 13
Luminance
0.6377
Every format
| HEX | #bbdf45 |
| RGB | rgb(187, 223, 69) |
| HSL | hsl(74, 71%, 57%) |
| CMYK | cmyk(16%, 0%, 69%, 13%) |
| LAB | lab(83.8 -32.3 67.9) |
| LCH | lch(83.8 75.2 115.4) |
| OKLCH | oklch(0.850 0.179 121.8) |
Copy-ready code
/* CSS */
color: #bbdf45;
background-color: #bbdf45;
/* Tailwind (arbitrary) */
class="text-[#bbdf45] bg-[#bbdf45]"
/* SCSS */
$brand: #bbdf45;
/* SwiftUI */
Color(red: 0.733, green: 0.875, blue: 0.271)
/* Android */
Color.parseColor("#bbdf45")Accessibility — WCAG contrast
Aa
#bbdf45 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbdf45 on black: 13.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green87.5%
Blue27.1%
CMYK percentages
Cyan16.1%
Magenta0.0%
Yellow69.1%
Key (black)12.5%
Color previews
#bbdf45 text on a black background
contrast 13.75:1
Card sample
#bbdf45 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbdf45;
Background color
Panel with #bbdf45 background
background-color: #bbdf45;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbdf45;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 223, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 223, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbdf45; background: linear-gradient(135deg, #bbdf45, #55DF45);