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