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