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