#bdfbd7
a pale, electric green · cool · closest name: aquamarine
RGB
189, 251, 215
HSL
145°, 89%, 86%
CMYK
25, 0, 14, 2
Luminance
0.8472
Every format
| HEX | #bdfbd7 |
| RGB | rgb(189, 251, 215) |
| HSL | hsl(145, 89%, 86%) |
| CMYK | cmyk(25%, 0%, 14%, 2%) |
| LAB | lab(93.8 -26.5 11.0) |
| LCH | lch(93.8 28.7 157.4) |
| OKLCH | oklch(0.937 0.079 159.0) |
Copy-ready code
/* CSS */
color: #bdfbd7;
background-color: #bdfbd7;
/* Tailwind (arbitrary) */
class="text-[#bdfbd7] bg-[#bdfbd7]"
/* SCSS */
$brand: #bdfbd7;
/* SwiftUI */
Color(red: 0.741, green: 0.984, blue: 0.843)
/* Android */
Color.parseColor("#bdfbd7")Accessibility — WCAG contrast
Aa
#bdfbd7 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdfbd7 on black: 17.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green98.4%
Blue84.3%
CMYK percentages
Cyan24.7%
Magenta0.0%
Yellow14.3%
Key (black)1.6%
Color previews
#bdfbd7 text on a black background
contrast 17.94:1
Card sample
#bdfbd7 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdfbd7;
Background color
Panel with #bdfbd7 background
background-color: #bdfbd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdfbd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 251, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 251, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdfbd7; background: linear-gradient(135deg, #bdfbd7, #BDF6FB);