#bdfead
a light, electric green · cool · closest name: aquamarine
RGB
189, 254, 173
HSL
108°, 98%, 84%
CMYK
26, 0, 32, 0
Luminance
0.8472
Every format
| HEX | #bdfead |
| RGB | rgb(189, 254, 173) |
| HSL | hsl(108, 98%, 84%) |
| CMYK | cmyk(26%, 0%, 32%, 0%) |
| LAB | lab(93.8 -34.9 32.4) |
| LCH | lch(93.8 47.6 137.2) |
| OKLCH | oklch(0.934 0.125 139.5) |
Copy-ready code
/* CSS */
color: #bdfead;
background-color: #bdfead;
/* Tailwind (arbitrary) */
class="text-[#bdfead] bg-[#bdfead]"
/* SCSS */
$brand: #bdfead;
/* SwiftUI */
Color(red: 0.741, green: 0.996, blue: 0.678)
/* Android */
Color.parseColor("#bdfead")Accessibility — WCAG contrast
Aa
#bdfead on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdfead on black: 17.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green99.6%
Blue67.8%
CMYK percentages
Cyan25.6%
Magenta0.0%
Yellow31.9%
Key (black)0.4%
Color previews
#bdfead text on a black background
contrast 17.94:1
Card sample
#bdfead text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdfead;
Background color
Panel with #bdfead background
background-color: #bdfead;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdfead;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 254, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 254, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdfead; background: linear-gradient(135deg, #bdfead, #ADFED3);