#bafcae
a light, electric green · cool · closest name: aquamarine
RGB
186, 252, 174
HSL
111°, 93%, 84%
CMYK
26, 0, 31, 1
Luminance
0.8312
Every format
| HEX | #bafcae |
| RGB | rgb(186, 252, 174) |
| HSL | hsl(111, 93%, 84%) |
| CMYK | cmyk(26%, 0%, 31%, 1%) |
| LAB | lab(93.1 -34.9 30.9) |
| LCH | lch(93.1 46.6 138.4) |
| OKLCH | oklch(0.928 0.123 140.7) |
Copy-ready code
/* CSS */
color: #bafcae;
background-color: #bafcae;
/* Tailwind (arbitrary) */
class="text-[#bafcae] bg-[#bafcae]"
/* SCSS */
$brand: #bafcae;
/* SwiftUI */
Color(red: 0.729, green: 0.988, blue: 0.682)
/* Android */
Color.parseColor("#bafcae")Accessibility — WCAG contrast
Aa
#bafcae on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bafcae on black: 17.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green98.8%
Blue68.2%
CMYK percentages
Cyan26.2%
Magenta0.0%
Yellow31.0%
Key (black)1.2%
Color previews
#bafcae text on a black background
contrast 17.62:1
Card sample
#bafcae text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bafcae;
Background color
Panel with #bafcae background
background-color: #bafcae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bafcae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 252, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 252, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bafcae; background: linear-gradient(135deg, #bafcae, #AEFCD6);