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