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