#bafade
a pale, electric green · cool · closest name: aquamarine
RGB
186, 250, 222
HSL
154°, 87%, 86%
CMYK
26, 0, 11, 2
Luminance
0.8408
Every format
| HEX | #bafade |
| RGB | rgb(186, 250, 222) |
| HSL | hsl(154, 87%, 86%) |
| CMYK | cmyk(26%, 0%, 11%, 2%) |
| LAB | lab(93.5 -25.6 7.0) |
| LCH | lch(93.5 26.5 164.7) |
| OKLCH | oklch(0.934 0.075 166.0) |
Copy-ready code
/* CSS */
color: #bafade;
background-color: #bafade;
/* Tailwind (arbitrary) */
class="text-[#bafade] bg-[#bafade]"
/* SCSS */
$brand: #bafade;
/* SwiftUI */
Color(red: 0.729, green: 0.980, blue: 0.871)
/* Android */
Color.parseColor("#bafade")Accessibility — WCAG contrast
Aa
#bafade on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bafade on black: 17.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green98.0%
Blue87.1%
CMYK percentages
Cyan25.6%
Magenta0.0%
Yellow11.2%
Key (black)2.0%
Color previews
#bafade text on a black background
contrast 17.82:1
Card sample
#bafade text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bafade;
Background color
Panel with #bafade background
background-color: #bafade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bafade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 250, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 250, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bafade; background: linear-gradient(135deg, #bafade, #BAEBFA);