#baf0ae
a light, vivid green · cool · closest name: aquamarine
RGB
186, 240, 174
HSL
109°, 69%, 81%
CMYK
23, 0, 28, 6
Luminance
0.7582
Every format
| HEX | #baf0ae |
| RGB | rgb(186, 240, 174) |
| HSL | hsl(109, 69%, 81%) |
| CMYK | cmyk(23%, 0%, 28%, 6%) |
| LAB | lab(89.8 -29.3 26.5) |
| LCH | lch(89.8 39.5 137.9) |
| OKLCH | oklch(0.901 0.104 140.0) |
Copy-ready code
/* CSS */
color: #baf0ae;
background-color: #baf0ae;
/* Tailwind (arbitrary) */
class="text-[#baf0ae] bg-[#baf0ae]"
/* SCSS */
$brand: #baf0ae;
/* SwiftUI */
Color(red: 0.729, green: 0.941, blue: 0.682)
/* Android */
Color.parseColor("#baf0ae")Accessibility — WCAG contrast
Aa
#baf0ae on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baf0ae on black: 16.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green94.1%
Blue68.2%
CMYK percentages
Cyan22.5%
Magenta0.0%
Yellow27.5%
Key (black)5.9%
Color previews
#baf0ae text on a black background
contrast 16.16:1
Card sample
#baf0ae text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baf0ae;
Background color
Panel with #baf0ae background
background-color: #baf0ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baf0ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 240, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 240, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baf0ae; background: linear-gradient(135deg, #baf0ae, #AEF0CE);