#baffb3
a pale, electric green · cool · closest name: aquamarine
RGB
186, 255, 179
HSL
115°, 100%, 85%
CMYK
27, 0, 30, 0
Luminance
0.8521
Every format
| HEX | #baffb3 |
| RGB | rgb(186, 255, 179) |
| HSL | hsl(115, 100%, 85%) |
| CMYK | cmyk(27%, 0%, 30%, 0%) |
| LAB | lab(94.0 -35.5 29.6) |
| LCH | lch(94.0 46.2 140.1) |
| OKLCH | oklch(0.935 0.122 142.3) |
Copy-ready code
/* CSS */
color: #baffb3;
background-color: #baffb3;
/* Tailwind (arbitrary) */
class="text-[#baffb3] bg-[#baffb3]"
/* SCSS */
$brand: #baffb3;
/* SwiftUI */
Color(red: 0.729, green: 1.000, blue: 0.702)
/* Android */
Color.parseColor("#baffb3")Accessibility — WCAG contrast
Aa
#baffb3 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baffb3 on black: 18.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green100.0%
Blue70.2%
CMYK percentages
Cyan27.1%
Magenta0.0%
Yellow29.8%
Key (black)0.0%
Color previews
#baffb3 text on a black background
contrast 18.04:1
Card sample
#baffb3 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baffb3;
Background color
Panel with #baffb3 background
background-color: #baffb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baffb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 255, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 255, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baffb3; background: linear-gradient(135deg, #baffb3, #B3FFDF);