#baf5ba
a light, vivid green · cool · closest name: aquamarine
RGB
186, 245, 186
HSL
120°, 75%, 85%
CMYK
24, 0, 24, 4
Luminance
0.7929
Every format
| HEX | #baf5ba |
| RGB | rgb(186, 245, 186) |
| HSL | hsl(120, 75%, 85%) |
| CMYK | cmyk(24%, 0%, 24%, 4%) |
| LAB | lab(91.4 -29.7 22.5) |
| LCH | lch(91.4 37.3 142.8) |
| OKLCH | oklch(0.915 0.099 144.7) |
Copy-ready code
/* CSS */
color: #baf5ba;
background-color: #baf5ba;
/* Tailwind (arbitrary) */
class="text-[#baf5ba] bg-[#baf5ba]"
/* SCSS */
$brand: #baf5ba;
/* SwiftUI */
Color(red: 0.729, green: 0.961, blue: 0.729)
/* Android */
Color.parseColor("#baf5ba")Accessibility — WCAG contrast
Aa
#baf5ba on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf5ba on black: 16.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green96.1%
Blue72.9%
CMYK percentages
Cyan24.1%
Magenta0.0%
Yellow24.1%
Key (black)3.9%
Color previews
#baf5ba text on a black background
contrast 16.86:1
Card sample
#baf5ba text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf5ba;
Background color
Panel with #baf5ba background
background-color: #baf5ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf5ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 245, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 245, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf5ba; background: linear-gradient(135deg, #baf5ba, #BAF5E1);