#bafead
a light, electric green · cool · closest name: aquamarine
RGB
186, 254, 173
HSL
110°, 98%, 84%
CMYK
27, 0, 32, 0
Luminance
0.8434
Every format
| HEX | #bafead |
| RGB | rgb(186, 254, 173) |
| HSL | hsl(110, 98%, 84%) |
| CMYK | cmyk(27%, 0%, 32%, 0%) |
| LAB | lab(93.6 -35.9 32.2) |
| LCH | lch(93.6 48.2 138.2) |
| OKLCH | oklch(0.932 0.127 140.5) |
Copy-ready code
/* CSS */
color: #bafead;
background-color: #bafead;
/* Tailwind (arbitrary) */
class="text-[#bafead] bg-[#bafead]"
/* SCSS */
$brand: #bafead;
/* SwiftUI */
Color(red: 0.729, green: 0.996, blue: 0.678)
/* Android */
Color.parseColor("#bafead")Accessibility — WCAG contrast
Aa
#bafead on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bafead on black: 17.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green99.6%
Blue67.8%
CMYK percentages
Cyan26.8%
Magenta0.0%
Yellow31.9%
Key (black)0.4%
Color previews
#bafead text on a black background
contrast 17.87:1
Card sample
#bafead text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bafead;
Background color
Panel with #bafead background
background-color: #bafead;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bafead;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 254, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 254, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bafead; background: linear-gradient(135deg, #bafead, #ADFED6);