#bdf6b7
a light, electric green · cool · closest name: aquamarine
RGB
189, 246, 183
HSL
114°, 78%, 84%
CMYK
23, 0, 26, 4
Luminance
0.8015
Every format
| HEX | #bdf6b7 |
| RGB | rgb(189, 246, 183) |
| HSL | hsl(114, 78%, 84%) |
| CMYK | cmyk(23%, 0%, 26%, 4%) |
| LAB | lab(91.8 -29.7 24.6) |
| LCH | lch(91.8 38.6 140.3) |
| OKLCH | oklch(0.918 0.102 142.3) |
Copy-ready code
/* CSS */
color: #bdf6b7;
background-color: #bdf6b7;
/* Tailwind (arbitrary) */
class="text-[#bdf6b7] bg-[#bdf6b7]"
/* SCSS */
$brand: #bdf6b7;
/* SwiftUI */
Color(red: 0.741, green: 0.965, blue: 0.718)
/* Android */
Color.parseColor("#bdf6b7")Accessibility — WCAG contrast
Aa
#bdf6b7 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf6b7 on black: 17.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.5%
Blue71.8%
CMYK percentages
Cyan23.2%
Magenta0.0%
Yellow25.6%
Key (black)3.5%
Color previews
#bdf6b7 text on a black background
contrast 17.03:1
Card sample
#bdf6b7 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf6b7;
Background color
Panel with #bdf6b7 background
background-color: #bdf6b7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf6b7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 246, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 246, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf6b7; background: linear-gradient(135deg, #bdf6b7, #B7F6DB);