#bdfee8
a pale, electric green · cool · closest name: aquamarine
RGB
189, 254, 232
HSL
160°, 97%, 87%
CMYK
26, 0, 9, 0
Luminance
0.8753
Every format
| HEX | #bdfee8 |
| RGB | rgb(189, 254, 232) |
| HSL | hsl(160, 97%, 87%) |
| CMYK | cmyk(26%, 0%, 9%, 0%) |
| LAB | lab(95.0 -24.6 4.0) |
| LCH | lch(95.0 24.9 170.8) |
| OKLCH | oklch(0.948 0.071 171.8) |
Copy-ready code
/* CSS */
color: #bdfee8;
background-color: #bdfee8;
/* Tailwind (arbitrary) */
class="text-[#bdfee8] bg-[#bdfee8]"
/* SCSS */
$brand: #bdfee8;
/* SwiftUI */
Color(red: 0.741, green: 0.996, blue: 0.910)
/* Android */
Color.parseColor("#bdfee8")Accessibility — WCAG contrast
Aa
#bdfee8 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdfee8 on black: 18.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green99.6%
Blue91.0%
CMYK percentages
Cyan25.6%
Magenta0.0%
Yellow8.7%
Key (black)0.4%
Color previews
#bdfee8 text on a black background
contrast 18.51:1
Card sample
#bdfee8 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdfee8;
Background color
Panel with #bdfee8 background
background-color: #bdfee8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdfee8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 254, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 254, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdfee8; background: linear-gradient(135deg, #bdfee8, #BDE9FE);