#bdfad4
a pale, electric green · cool · closest name: aquamarine
RGB
189, 250, 212
HSL
143°, 86%, 86%
CMYK
24, 0, 15, 2
Luminance
0.8394
Every format
| HEX | #bdfad4 |
| RGB | rgb(189, 250, 212) |
| HSL | hsl(143, 86%, 86%) |
| CMYK | cmyk(24%, 0%, 15%, 2%) |
| LAB | lab(93.4 -26.6 12.1) |
| LCH | lch(93.4 29.2 155.5) |
| OKLCH | oklch(0.934 0.080 157.1) |
Copy-ready code
/* CSS */
color: #bdfad4;
background-color: #bdfad4;
/* Tailwind (arbitrary) */
class="text-[#bdfad4] bg-[#bdfad4]"
/* SCSS */
$brand: #bdfad4;
/* SwiftUI */
Color(red: 0.741, green: 0.980, blue: 0.831)
/* Android */
Color.parseColor("#bdfad4")Accessibility — WCAG contrast
Aa
#bdfad4 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdfad4 on black: 17.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green98.0%
Blue83.1%
CMYK percentages
Cyan24.4%
Magenta0.0%
Yellow15.2%
Key (black)2.0%
Color previews
#bdfad4 text on a black background
contrast 17.79:1
Card sample
#bdfad4 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdfad4;
Background color
Panel with #bdfad4 background
background-color: #bdfad4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdfad4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 250, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 250, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdfad4; background: linear-gradient(135deg, #bdfad4, #BDF7FA);