#baeeaf
a light, vivid green · cool · closest name: aquamarine
RGB
186, 238, 175
HSL
110°, 65%, 81%
CMYK
22, 0, 27, 7
Luminance
0.7468
Every format
| HEX | #baeeaf |
| RGB | rgb(186, 238, 175) |
| HSL | hsl(110, 65%, 81%) |
| CMYK | cmyk(22%, 0%, 27%, 7%) |
| LAB | lab(89.2 -28.2 25.3) |
| LCH | lch(89.2 37.8 138.1) |
| OKLCH | oklch(0.897 0.100 140.2) |
Copy-ready code
/* CSS */
color: #baeeaf;
background-color: #baeeaf;
/* Tailwind (arbitrary) */
class="text-[#baeeaf] bg-[#baeeaf]"
/* SCSS */
$brand: #baeeaf;
/* SwiftUI */
Color(red: 0.729, green: 0.933, blue: 0.686)
/* Android */
Color.parseColor("#baeeaf")Accessibility — WCAG contrast
Aa
#baeeaf on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baeeaf on black: 15.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green93.3%
Blue68.6%
CMYK percentages
Cyan21.8%
Magenta0.0%
Yellow26.5%
Key (black)6.7%
Color previews
#baeeaf text on a black background
contrast 15.94:1
Card sample
#baeeaf text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baeeaf;
Background color
Panel with #baeeaf background
background-color: #baeeaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baeeaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 238, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 238, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baeeaf; background: linear-gradient(135deg, #baeeaf, #AFEECE);