#bafedc
a pale, electric green · cool · closest name: aquamarine
RGB
186, 254, 220
HSL
150°, 97%, 86%
CMYK
27, 0, 13, 0
Luminance
0.8649
Every format
| HEX | #bafedc |
| RGB | rgb(186, 254, 220) |
| HSL | hsl(150, 97%, 86%) |
| CMYK | cmyk(27%, 0%, 13%, 0%) |
| LAB | lab(94.5 -27.9 9.5) |
| LCH | lch(94.5 29.4 161.2) |
| OKLCH | oklch(0.943 0.082 162.6) |
Copy-ready code
/* CSS */
color: #bafedc;
background-color: #bafedc;
/* Tailwind (arbitrary) */
class="text-[#bafedc] bg-[#bafedc]"
/* SCSS */
$brand: #bafedc;
/* SwiftUI */
Color(red: 0.729, green: 0.996, blue: 0.863)
/* Android */
Color.parseColor("#bafedc")Accessibility — WCAG contrast
Aa
#bafedc on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bafedc on black: 18.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green99.6%
Blue86.3%
CMYK percentages
Cyan26.8%
Magenta0.0%
Yellow13.4%
Key (black)0.4%
Color previews
#bafedc text on a black background
contrast 18.30:1
Card sample
#bafedc text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bafedc;
Background color
Panel with #bafedc background
background-color: #bafedc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bafedc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 254, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 254, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bafedc; background: linear-gradient(135deg, #bafedc, #BAF3FE);