#bafacb
a pale, electric green · cool · closest name: aquamarine
RGB
186, 250, 203
HSL
136°, 87%, 86%
CMYK
26, 0, 19, 2
Luminance
0.8312
Every format
| HEX | #bafacb |
| RGB | rgb(186, 250, 203) |
| HSL | hsl(136, 87%, 86%) |
| CMYK | cmyk(26%, 0%, 19%, 2%) |
| LAB | lab(93.1 -29.1 16.2) |
| LCH | lch(93.1 33.3 150.9) |
| OKLCH | oklch(0.930 0.090 152.6) |
Copy-ready code
/* CSS */
color: #bafacb;
background-color: #bafacb;
/* Tailwind (arbitrary) */
class="text-[#bafacb] bg-[#bafacb]"
/* SCSS */
$brand: #bafacb;
/* SwiftUI */
Color(red: 0.729, green: 0.980, blue: 0.796)
/* Android */
Color.parseColor("#bafacb")Accessibility — WCAG contrast
Aa
#bafacb on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bafacb on black: 17.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green98.0%
Blue79.6%
CMYK percentages
Cyan25.6%
Magenta0.0%
Yellow18.8%
Key (black)2.0%
Color previews
#bafacb text on a black background
contrast 17.62:1
Card sample
#bafacb text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bafacb;
Background color
Panel with #bafacb background
background-color: #bafacb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bafacb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 250, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 250, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bafacb; background: linear-gradient(135deg, #bafacb, #BAFAF6);