#bafcac
a light, electric green · cool · closest name: aquamarine
RGB
186, 252, 172
HSL
110°, 93%, 83%
CMYK
26, 0, 32, 1
Luminance
0.8304
Every format
| HEX | #bafcac |
| RGB | rgb(186, 252, 172) |
| HSL | hsl(110, 93%, 83%) |
| CMYK | cmyk(26%, 0%, 32%, 1%) |
| LAB | lab(93.0 -35.1 31.9) |
| LCH | lch(93.0 47.5 137.8) |
| OKLCH | oklch(0.927 0.125 140.1) |
Copy-ready code
/* CSS */
color: #bafcac;
background-color: #bafcac;
/* Tailwind (arbitrary) */
class="text-[#bafcac] bg-[#bafcac]"
/* SCSS */
$brand: #bafcac;
/* SwiftUI */
Color(red: 0.729, green: 0.988, blue: 0.675)
/* Android */
Color.parseColor("#bafcac")Accessibility — WCAG contrast
Aa
#bafcac on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bafcac on black: 17.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green98.8%
Blue67.5%
CMYK percentages
Cyan26.2%
Magenta0.0%
Yellow31.7%
Key (black)1.2%
Color previews
#bafcac text on a black background
contrast 17.61:1
Card sample
#bafcac text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bafcac;
Background color
Panel with #bafcac background
background-color: #bafcac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bafcac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 252, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 252, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bafcac; background: linear-gradient(135deg, #bafcac, #ACFCD3);