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