#bafeec
a pale, electric cyan · cool · closest name: aquamarine
RGB
186, 254, 236
HSL
164°, 97%, 86%
CMYK
27, 0, 7, 0
Luminance
0.8738
Every format
| HEX | #bafeec |
| RGB | rgb(186, 254, 236) |
| HSL | hsl(164, 97%, 86%) |
| CMYK | cmyk(27%, 0%, 7%, 0%) |
| LAB | lab(94.9 -24.7 1.8) |
| LCH | lch(94.9 24.8 175.8) |
| OKLCH | oklch(0.947 0.072 176.5) |
Copy-ready code
/* CSS */
color: #bafeec;
background-color: #bafeec;
/* Tailwind (arbitrary) */
class="text-[#bafeec] bg-[#bafeec]"
/* SCSS */
$brand: #bafeec;
/* SwiftUI */
Color(red: 0.729, green: 0.996, blue: 0.925)
/* Android */
Color.parseColor("#bafeec")Accessibility — WCAG contrast
Aa
#bafeec on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bafeec on black: 18.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green99.6%
Blue92.5%
CMYK percentages
Cyan26.8%
Magenta0.0%
Yellow7.1%
Key (black)0.4%
Color previews
#bafeec text on a black background
contrast 18.48:1
Card sample
#bafeec text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bafeec;
Background color
Panel with #bafeec background
background-color: #bafeec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bafeec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 254, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 254, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bafeec; background: linear-gradient(135deg, #bafeec, #BAE3FE);