#bdf4b7
a light, vivid green · cool · closest name: aquamarine
RGB
189, 244, 183
HSL
114°, 74%, 84%
CMYK
23, 0, 25, 4
Luminance
0.7894
Every format
| HEX | #bdf4b7 |
| RGB | rgb(189, 244, 183) |
| HSL | hsl(114, 74%, 84%) |
| CMYK | cmyk(23%, 0%, 25%, 4%) |
| LAB | lab(91.2 -28.7 23.9) |
| LCH | lch(91.2 37.4 140.3) |
| OKLCH | oklch(0.914 0.099 142.2) |
Copy-ready code
/* CSS */
color: #bdf4b7;
background-color: #bdf4b7;
/* Tailwind (arbitrary) */
class="text-[#bdf4b7] bg-[#bdf4b7]"
/* SCSS */
$brand: #bdf4b7;
/* SwiftUI */
Color(red: 0.741, green: 0.957, blue: 0.718)
/* Android */
Color.parseColor("#bdf4b7")Accessibility — WCAG contrast
Aa
#bdf4b7 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf4b7 on black: 16.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green95.7%
Blue71.8%
CMYK percentages
Cyan22.5%
Magenta0.0%
Yellow25.0%
Key (black)4.3%
Color previews
#bdf4b7 text on a black background
contrast 16.79:1
Card sample
#bdf4b7 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf4b7;
Background color
Panel with #bdf4b7 background
background-color: #bdf4b7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf4b7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 244, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 244, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf4b7; background: linear-gradient(135deg, #bdf4b7, #B7F4DA);