#bff273
a light, electric green · cool · closest name: khaki
RGB
191, 242, 115
HSL
84°, 83%, 70%
CMYK
21, 0, 53, 5
Luminance
0.7582
Every format
| HEX | #bff273 |
| RGB | rgb(191, 242, 115) |
| HSL | hsl(84, 83%, 70%) |
| CMYK | cmyk(21%, 0%, 53%, 5%) |
| LAB | lab(89.8 -35.9 55.4) |
| LCH | lch(89.8 66.0 123.0) |
| OKLCH | oklch(0.899 0.165 127.6) |
Copy-ready code
/* CSS */
color: #bff273;
background-color: #bff273;
/* Tailwind (arbitrary) */
class="text-[#bff273] bg-[#bff273]"
/* SCSS */
$brand: #bff273;
/* SwiftUI */
Color(red: 0.749, green: 0.949, blue: 0.451)
/* Android */
Color.parseColor("#bff273")Accessibility — WCAG contrast
Aa
#bff273 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bff273 on black: 16.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green94.9%
Blue45.1%
CMYK percentages
Cyan21.1%
Magenta0.0%
Yellow52.5%
Key (black)5.1%
Color previews
#bff273 text on a black background
contrast 16.16:1
Card sample
#bff273 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bff273;
Background color
Panel with #bff273 background
background-color: #bff273;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bff273;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 242, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 242, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bff273; background: linear-gradient(135deg, #bff273, #73F27C);