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