#baffe3
a pale, electric green · cool · closest name: aquamarine
RGB
186, 255, 227
HSL
156°, 100%, 87%
CMYK
27, 0, 11, 0
Luminance
0.8751
Every format
| HEX | #baffe3 |
| RGB | rgb(186, 255, 227) |
| HSL | hsl(156, 100%, 87%) |
| CMYK | cmyk(27%, 0%, 11%, 0%) |
| LAB | lab(95.0 -27.0 6.5) |
| LCH | lch(95.0 27.8 166.4) |
| OKLCH | oklch(0.947 0.079 167.7) |
Copy-ready code
/* CSS */
color: #baffe3;
background-color: #baffe3;
/* Tailwind (arbitrary) */
class="text-[#baffe3] bg-[#baffe3]"
/* SCSS */
$brand: #baffe3;
/* SwiftUI */
Color(red: 0.729, green: 1.000, blue: 0.890)
/* Android */
Color.parseColor("#baffe3")Accessibility — WCAG contrast
Aa
#baffe3 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baffe3 on black: 18.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green100.0%
Blue89.0%
CMYK percentages
Cyan27.1%
Magenta0.0%
Yellow11.0%
Key (black)0.0%
Color previews
#baffe3 text on a black background
contrast 18.50:1
Card sample
#baffe3 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baffe3;
Background color
Panel with #baffe3 background
background-color: #baffe3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baffe3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 255, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 255, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baffe3; background: linear-gradient(135deg, #baffe3, #BAEDFF);