#baefba
a light, vivid green · cool · closest name: aquamarine
RGB
186, 239, 186
HSL
120°, 62%, 83%
CMYK
22, 0, 22, 6
Luminance
0.7572
Every format
| HEX | #baefba |
| RGB | rgb(186, 239, 186) |
| HSL | hsl(120, 62%, 83%) |
| CMYK | cmyk(22%, 0%, 22%, 6%) |
| LAB | lab(89.7 -26.9 20.3) |
| LCH | lch(89.7 33.6 143.0) |
| OKLCH | oklch(0.902 0.090 144.8) |
Copy-ready code
/* CSS */
color: #baefba;
background-color: #baefba;
/* Tailwind (arbitrary) */
class="text-[#baefba] bg-[#baefba]"
/* SCSS */
$brand: #baefba;
/* SwiftUI */
Color(red: 0.729, green: 0.937, blue: 0.729)
/* Android */
Color.parseColor("#baefba")Accessibility — WCAG contrast
Aa
#baefba on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baefba on black: 16.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green93.7%
Blue72.9%
CMYK percentages
Cyan22.2%
Magenta0.0%
Yellow22.2%
Key (black)6.3%
Color previews
#baefba text on a black background
contrast 16.14:1
Card sample
#baefba text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baefba;
Background color
Panel with #baefba background
background-color: #baefba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baefba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 239, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 239, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baefba; background: linear-gradient(135deg, #baefba, #BAEFDD);