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