#bdfdb6
a pale, electric green · cool · closest name: aquamarine
RGB
189, 253, 182
HSL
114°, 95%, 85%
CMYK
25, 0, 28, 1
Luminance
0.8445
Every format
| HEX | #bdfdb6 |
| RGB | rgb(189, 253, 182) |
| HSL | hsl(114, 95%, 85%) |
| CMYK | cmyk(25%, 0%, 28%, 1%) |
| LAB | lab(93.6 -33.1 27.7) |
| LCH | lch(93.6 43.2 140.1) |
| OKLCH | oklch(0.933 0.114 142.2) |
Copy-ready code
/* CSS */
color: #bdfdb6;
background-color: #bdfdb6;
/* Tailwind (arbitrary) */
class="text-[#bdfdb6] bg-[#bdfdb6]"
/* SCSS */
$brand: #bdfdb6;
/* SwiftUI */
Color(red: 0.741, green: 0.992, blue: 0.714)
/* Android */
Color.parseColor("#bdfdb6")Accessibility — WCAG contrast
Aa
#bdfdb6 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdfdb6 on black: 17.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green99.2%
Blue71.4%
CMYK percentages
Cyan25.3%
Magenta0.0%
Yellow28.1%
Key (black)0.8%
Color previews
#bdfdb6 text on a black background
contrast 17.89:1
Card sample
#bdfdb6 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdfdb6;
Background color
Panel with #bdfdb6 background
background-color: #bdfdb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdfdb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 253, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 253, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdfdb6; background: linear-gradient(135deg, #bdfdb6, #B6FDDE);