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