#bdf5b7
a light, electric green · cool · closest name: aquamarine
RGB
189, 245, 183
HSL
114°, 76%, 84%
CMYK
23, 0, 25, 4
Luminance
0.7954
Every format
| HEX | #bdf5b7 |
| RGB | rgb(189, 245, 183) |
| HSL | hsl(114, 76%, 84%) |
| CMYK | cmyk(23%, 0%, 25%, 4%) |
| LAB | lab(91.5 -29.2 24.2) |
| LCH | lch(91.5 38.0 140.3) |
| OKLCH | oklch(0.916 0.101 142.3) |
Copy-ready code
/* CSS */
color: #bdf5b7;
background-color: #bdf5b7;
/* Tailwind (arbitrary) */
class="text-[#bdf5b7] bg-[#bdf5b7]"
/* SCSS */
$brand: #bdf5b7;
/* SwiftUI */
Color(red: 0.741, green: 0.961, blue: 0.718)
/* Android */
Color.parseColor("#bdf5b7")Accessibility — WCAG contrast
Aa
#bdf5b7 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf5b7 on black: 16.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.1%
Blue71.8%
CMYK percentages
Cyan22.9%
Magenta0.0%
Yellow25.3%
Key (black)3.9%
Color previews
#bdf5b7 text on a black background
contrast 16.91:1
Card sample
#bdf5b7 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf5b7;
Background color
Panel with #bdf5b7 background
background-color: #bdf5b7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf5b7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 245, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 245, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf5b7; background: linear-gradient(135deg, #bdf5b7, #B7F5DA);