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