#bdffc1
a pale, electric green · cool · closest name: aquamarine
RGB
189, 255, 193
HSL
124°, 100%, 87%
CMYK
26, 0, 24, 0
Luminance
0.8619
Every format
| HEX | #bdffc1 |
| RGB | rgb(189, 255, 193) |
| HSL | hsl(124, 100%, 87%) |
| CMYK | cmyk(26%, 0%, 24%, 0%) |
| LAB | lab(94.4 -32.2 23.2) |
| LCH | lch(94.4 39.7 144.3) |
| OKLCH | oklch(0.940 0.106 146.2) |
Copy-ready code
/* CSS */
color: #bdffc1;
background-color: #bdffc1;
/* Tailwind (arbitrary) */
class="text-[#bdffc1] bg-[#bdffc1]"
/* SCSS */
$brand: #bdffc1;
/* SwiftUI */
Color(red: 0.741, green: 1.000, blue: 0.757)
/* Android */
Color.parseColor("#bdffc1")Accessibility — WCAG contrast
Aa
#bdffc1 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdffc1 on black: 18.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green100.0%
Blue75.7%
CMYK percentages
Cyan25.9%
Magenta0.0%
Yellow24.3%
Key (black)0.0%
Color previews
#bdffc1 text on a black background
contrast 18.24:1
Card sample
#bdffc1 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdffc1;
Background color
Panel with #bdffc1 background
background-color: #bdffc1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdffc1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 255, 193, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 255, 193, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdffc1; background: linear-gradient(135deg, #bdffc1, #BDFFED);