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