#bdfbc2
a pale, electric green · cool · closest name: aquamarine
RGB
189, 251, 194
HSL
125°, 89%, 86%
CMYK
25, 0, 23, 2
Luminance
0.8371
Every format
| HEX | #bdfbc2 |
| RGB | rgb(189, 251, 194) |
| HSL | hsl(125, 89%, 86%) |
| CMYK | cmyk(25%, 0%, 23%, 2%) |
| LAB | lab(93.3 -30.2 21.2) |
| LCH | lch(93.3 36.9 145.0) |
| OKLCH | oklch(0.932 0.099 146.8) |
Copy-ready code
/* CSS */
color: #bdfbc2;
background-color: #bdfbc2;
/* Tailwind (arbitrary) */
class="text-[#bdfbc2] bg-[#bdfbc2]"
/* SCSS */
$brand: #bdfbc2;
/* SwiftUI */
Color(red: 0.741, green: 0.984, blue: 0.761)
/* Android */
Color.parseColor("#bdfbc2")Accessibility — WCAG contrast
Aa
#bdfbc2 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdfbc2 on black: 17.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green98.4%
Blue76.1%
CMYK percentages
Cyan24.7%
Magenta0.0%
Yellow22.7%
Key (black)1.6%
Color previews
#bdfbc2 text on a black background
contrast 17.74:1
Card sample
#bdfbc2 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdfbc2;
Background color
Panel with #bdfbc2 background
background-color: #bdfbc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdfbc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 251, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 251, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdfbc2; background: linear-gradient(135deg, #bdfbc2, #BDFBEB);