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