#bdf685
a light, electric green · cool · closest name: khaki
RGB
189, 246, 133
HSL
90°, 86%, 74%
CMYK
23, 0, 46, 4
Luminance
0.7842
Every format
| HEX | #bdf685 |
| RGB | rgb(189, 246, 133) |
| HSL | hsl(90, 86%, 74%) |
| CMYK | cmyk(23%, 0%, 46%, 4%) |
| LAB | lab(91.0 -36.6 48.4) |
| LCH | lch(91.0 60.7 127.1) |
| OKLCH | oklch(0.909 0.154 130.9) |
Copy-ready code
/* CSS */
color: #bdf685;
background-color: #bdf685;
/* Tailwind (arbitrary) */
class="text-[#bdf685] bg-[#bdf685]"
/* SCSS */
$brand: #bdf685;
/* SwiftUI */
Color(red: 0.741, green: 0.965, blue: 0.522)
/* Android */
Color.parseColor("#bdf685")Accessibility — WCAG contrast
Aa
#bdf685 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf685 on black: 16.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.5%
Blue52.2%
CMYK percentages
Cyan23.2%
Magenta0.0%
Yellow45.9%
Key (black)3.5%
Color previews
#bdf685 text on a black background
contrast 16.68:1
Card sample
#bdf685 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf685;
Background color
Panel with #bdf685 background
background-color: #bdf685;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf685;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 246, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 246, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf685; background: linear-gradient(135deg, #bdf685, #85F698);