#bdfeb5
a pale, electric green · cool · closest name: aquamarine
RGB
189, 254, 181
HSL
113°, 97%, 85%
CMYK
26, 0, 29, 0
Luminance
0.8504
Every format
| HEX | #bdfeb5 |
| RGB | rgb(189, 254, 181) |
| HSL | hsl(113, 97%, 85%) |
| CMYK | cmyk(26%, 0%, 29%, 0%) |
| LAB | lab(93.9 -33.7 28.6) |
| LCH | lch(93.9 44.2 139.7) |
| OKLCH | oklch(0.935 0.117 141.9) |
Copy-ready code
/* CSS */
color: #bdfeb5;
background-color: #bdfeb5;
/* Tailwind (arbitrary) */
class="text-[#bdfeb5] bg-[#bdfeb5]"
/* SCSS */
$brand: #bdfeb5;
/* SwiftUI */
Color(red: 0.741, green: 0.996, blue: 0.710)
/* Android */
Color.parseColor("#bdfeb5")Accessibility — WCAG contrast
Aa
#bdfeb5 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdfeb5 on black: 18.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green99.6%
Blue71.0%
CMYK percentages
Cyan25.6%
Magenta0.0%
Yellow28.7%
Key (black)0.4%
Color previews
#bdfeb5 text on a black background
contrast 18.01:1
Card sample
#bdfeb5 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdfeb5;
Background color
Panel with #bdfeb5 background
background-color: #bdfeb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdfeb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 254, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 254, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdfeb5; background: linear-gradient(135deg, #bdfeb5, #B5FEDE);