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