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