#baeeac
a light, vivid green · cool · closest name: aquamarine
RGB
186, 238, 172
HSL
107°, 66%, 80%
CMYK
22, 0, 28, 7
Luminance
0.7457
Every format
| HEX | #baeeac |
| RGB | rgb(186, 238, 172) |
| HSL | hsl(107, 66%, 80%) |
| CMYK | cmyk(22%, 0%, 28%, 7%) |
| LAB | lab(89.2 -28.6 26.7) |
| LCH | lch(89.2 39.2 137.0) |
| OKLCH | oklch(0.897 0.103 139.1) |
Copy-ready code
/* CSS */
color: #baeeac;
background-color: #baeeac;
/* Tailwind (arbitrary) */
class="text-[#baeeac] bg-[#baeeac]"
/* SCSS */
$brand: #baeeac;
/* SwiftUI */
Color(red: 0.729, green: 0.933, blue: 0.675)
/* Android */
Color.parseColor("#baeeac")Accessibility — WCAG contrast
Aa
#baeeac on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baeeac on black: 15.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green93.3%
Blue67.5%
CMYK percentages
Cyan21.8%
Magenta0.0%
Yellow27.7%
Key (black)6.7%
Color previews
#baeeac text on a black background
contrast 15.91:1
Card sample
#baeeac text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baeeac;
Background color
Panel with #baeeac background
background-color: #baeeac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baeeac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 238, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 238, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baeeac; background: linear-gradient(135deg, #baeeac, #ACEECA);