#bdfee6
a pale, electric green · cool · closest name: aquamarine
RGB
189, 254, 230
HSL
158°, 97%, 87%
CMYK
26, 0, 9, 0
Luminance
0.8742
Every format
| HEX | #bdfee6 |
| RGB | rgb(189, 254, 230) |
| HSL | hsl(158, 97%, 87%) |
| CMYK | cmyk(26%, 0%, 9%, 0%) |
| LAB | lab(94.9 -25.0 4.9) |
| LCH | lch(94.9 25.5 168.8) |
| OKLCH | oklch(0.947 0.073 170.0) |
Copy-ready code
/* CSS */
color: #bdfee6;
background-color: #bdfee6;
/* Tailwind (arbitrary) */
class="text-[#bdfee6] bg-[#bdfee6]"
/* SCSS */
$brand: #bdfee6;
/* SwiftUI */
Color(red: 0.741, green: 0.996, blue: 0.902)
/* Android */
Color.parseColor("#bdfee6")Accessibility — WCAG contrast
Aa
#bdfee6 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdfee6 on black: 18.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green99.6%
Blue90.2%
CMYK percentages
Cyan25.6%
Magenta0.0%
Yellow9.4%
Key (black)0.4%
Color previews
#bdfee6 text on a black background
contrast 18.48:1
Card sample
#bdfee6 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdfee6;
Background color
Panel with #bdfee6 background
background-color: #bdfee6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdfee6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 254, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 254, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdfee6; background: linear-gradient(135deg, #bdfee6, #BDEBFE);