#baffbd
a pale, electric green · cool · closest name: aquamarine
RGB
186, 255, 189
HSL
123°, 100%, 87%
CMYK
27, 0, 26, 0
Luminance
0.8563
Every format
| HEX | #baffbd |
| RGB | rgb(186, 255, 189) |
| HSL | hsl(123, 100%, 87%) |
| CMYK | cmyk(27%, 0%, 26%, 0%) |
| LAB | lab(94.2 -33.9 24.8) |
| LCH | lch(94.2 42.0 143.7) |
| OKLCH | oklch(0.938 0.112 145.7) |
Copy-ready code
/* CSS */
color: #baffbd;
background-color: #baffbd;
/* Tailwind (arbitrary) */
class="text-[#baffbd] bg-[#baffbd]"
/* SCSS */
$brand: #baffbd;
/* SwiftUI */
Color(red: 0.729, green: 1.000, blue: 0.741)
/* Android */
Color.parseColor("#baffbd")Accessibility — WCAG contrast
Aa
#baffbd on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baffbd on black: 18.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green100.0%
Blue74.1%
CMYK percentages
Cyan27.1%
Magenta0.0%
Yellow25.9%
Key (black)0.0%
Color previews
#baffbd text on a black background
contrast 18.13:1
Card sample
#baffbd text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baffbd;
Background color
Panel with #baffbd background
background-color: #baffbd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baffbd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 255, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 255, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baffbd; background: linear-gradient(135deg, #baffbd, #BAFFEB);