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