#bdf326
a balanced, electric green · cool · closest name: yellow
RGB
189, 243, 38
HSL
76°, 90%, 55%
CMYK
22, 0, 84, 5
Luminance
0.7506
Every format
| HEX | #bdf326 |
| RGB | rgb(189, 243, 38) |
| HSL | hsl(76, 90%, 55%) |
| CMYK | cmyk(22%, 0%, 84%, 5%) |
| LAB | lab(89.4 -41.9 82.0) |
| LCH | lch(89.4 92.1 117.0) |
| OKLCH | oklch(0.895 0.216 124.7) |
Copy-ready code
/* CSS */
color: #bdf326;
background-color: #bdf326;
/* Tailwind (arbitrary) */
class="text-[#bdf326] bg-[#bdf326]"
/* SCSS */
$brand: #bdf326;
/* SwiftUI */
Color(red: 0.741, green: 0.953, blue: 0.149)
/* Android */
Color.parseColor("#bdf326")Accessibility — WCAG contrast
Aa
#bdf326 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf326 on black: 16.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green95.3%
Blue14.9%
CMYK percentages
Cyan22.2%
Magenta0.0%
Yellow84.4%
Key (black)4.7%
Color previews
#bdf326 text on a black background
contrast 16.01:1
Card sample
#bdf326 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf326;
Background color
Panel with #bdf326 background
background-color: #bdf326;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf326;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 243, 38, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 243, 38, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf326; background: linear-gradient(135deg, #bdf326, #34F326);