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