#baf3ba
a light, vivid green · cool · closest name: aquamarine
RGB
186, 243, 186
HSL
120°, 70%, 84%
CMYK
24, 0, 24, 5
Luminance
0.7809
Every format
| HEX | #baf3ba |
| RGB | rgb(186, 243, 186) |
| HSL | hsl(120, 70%, 84%) |
| CMYK | cmyk(24%, 0%, 24%, 5%) |
| LAB | lab(90.8 -28.8 21.8) |
| LCH | lch(90.8 36.1 142.9) |
| OKLCH | oklch(0.911 0.096 144.7) |
Copy-ready code
/* CSS */
color: #baf3ba;
background-color: #baf3ba;
/* Tailwind (arbitrary) */
class="text-[#baf3ba] bg-[#baf3ba]"
/* SCSS */
$brand: #baf3ba;
/* SwiftUI */
Color(red: 0.729, green: 0.953, blue: 0.729)
/* Android */
Color.parseColor("#baf3ba")Accessibility — WCAG contrast
Aa
#baf3ba on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf3ba on black: 16.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green95.3%
Blue72.9%
CMYK percentages
Cyan23.5%
Magenta0.0%
Yellow23.5%
Key (black)4.7%
Color previews
#baf3ba text on a black background
contrast 16.62:1
Card sample
#baf3ba text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf3ba;
Background color
Panel with #baf3ba background
background-color: #baf3ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf3ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 243, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 243, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf3ba; background: linear-gradient(135deg, #baf3ba, #BAF3E0);