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