#bdfdac
a light, electric green · cool · closest name: aquamarine
RGB
189, 253, 172
HSL
107°, 95%, 83%
CMYK
25, 0, 32, 1
Luminance
0.8405
Every format
| HEX | #bdfdac |
| RGB | rgb(189, 253, 172) |
| HSL | hsl(107, 95%, 83%) |
| CMYK | cmyk(25%, 0%, 32%, 1%) |
| LAB | lab(93.5 -34.6 32.5) |
| LCH | lch(93.5 47.5 136.8) |
| OKLCH | oklch(0.931 0.125 139.2) |
Copy-ready code
/* CSS */
color: #bdfdac;
background-color: #bdfdac;
/* Tailwind (arbitrary) */
class="text-[#bdfdac] bg-[#bdfdac]"
/* SCSS */
$brand: #bdfdac;
/* SwiftUI */
Color(red: 0.741, green: 0.992, blue: 0.675)
/* Android */
Color.parseColor("#bdfdac")Accessibility — WCAG contrast
Aa
#bdfdac on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdfdac on black: 17.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green99.2%
Blue67.5%
CMYK percentages
Cyan25.3%
Magenta0.0%
Yellow32.0%
Key (black)0.8%
Color previews
#bdfdac text on a black background
contrast 17.81:1
Card sample
#bdfdac text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdfdac;
Background color
Panel with #bdfdac background
background-color: #bdfdac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdfdac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 253, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 253, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdfdac; background: linear-gradient(135deg, #bdfdac, #ACFDD1);