#bafdae
a light, electric green · cool · closest name: aquamarine
RGB
186, 253, 174
HSL
111°, 95%, 84%
CMYK
27, 0, 31, 1
Luminance
0.8375
Every format
| HEX | #bafdae |
| RGB | rgb(186, 253, 174) |
| HSL | hsl(111, 95%, 84%) |
| CMYK | cmyk(27%, 0%, 31%, 1%) |
| LAB | lab(93.3 -35.3 31.3) |
| LCH | lch(93.3 47.2 138.4) |
| OKLCH | oklch(0.930 0.124 140.7) |
Copy-ready code
/* CSS */
color: #bafdae;
background-color: #bafdae;
/* Tailwind (arbitrary) */
class="text-[#bafdae] bg-[#bafdae]"
/* SCSS */
$brand: #bafdae;
/* SwiftUI */
Color(red: 0.729, green: 0.992, blue: 0.682)
/* Android */
Color.parseColor("#bafdae")Accessibility — WCAG contrast
Aa
#bafdae on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bafdae on black: 17.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green99.2%
Blue68.2%
CMYK percentages
Cyan26.5%
Magenta0.0%
Yellow31.2%
Key (black)0.8%
Color previews
#bafdae text on a black background
contrast 17.75:1
Card sample
#bafdae text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bafdae;
Background color
Panel with #bafdae background
background-color: #bafdae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bafdae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 253, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 253, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bafdae; background: linear-gradient(135deg, #bafdae, #AEFDD7);