#bdffc7
a pale, electric green · cool · closest name: aquamarine
RGB
189, 255, 199
HSL
129°, 100%, 87%
CMYK
26, 0, 22, 0
Luminance
0.8646
Every format
| HEX | #bdffc7 |
| RGB | rgb(189, 255, 199) |
| HSL | hsl(129, 100%, 87%) |
| CMYK | cmyk(26%, 0%, 22%, 0%) |
| LAB | lab(94.5 -31.2 20.3) |
| LCH | lch(94.5 37.2 147.0) |
| OKLCH | oklch(0.942 0.100 148.8) |
Copy-ready code
/* CSS */
color: #bdffc7;
background-color: #bdffc7;
/* Tailwind (arbitrary) */
class="text-[#bdffc7] bg-[#bdffc7]"
/* SCSS */
$brand: #bdffc7;
/* SwiftUI */
Color(red: 0.741, green: 1.000, blue: 0.780)
/* Android */
Color.parseColor("#bdffc7")Accessibility — WCAG contrast
Aa
#bdffc7 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdffc7 on black: 18.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green100.0%
Blue78.0%
CMYK percentages
Cyan25.9%
Magenta0.0%
Yellow22.0%
Key (black)0.0%
Color previews
#bdffc7 text on a black background
contrast 18.29:1
Card sample
#bdffc7 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdffc7;
Background color
Panel with #bdffc7 background
background-color: #bdffc7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdffc7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 255, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 255, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdffc7; background: linear-gradient(135deg, #bdffc7, #BDFFF3);