#94fdba
a light, electric green · cool · closest name: aquamarine
RGB
148, 253, 186
HSL
142°, 96%, 79%
CMYK
42, 0, 27, 1
Luminance
0.8009
Every format
| HEX | #94fdba |
| RGB | rgb(148, 253, 186) |
| HSL | hsl(142, 96%, 79%) |
| CMYK | cmyk(42%, 0%, 27%, 1%) |
| LAB | lab(91.7 -44.7 22.7) |
| LCH | lch(91.7 50.1 153.0) |
| OKLCH | oklch(0.913 0.136 154.7) |
Copy-ready code
/* CSS */
color: #94fdba;
background-color: #94fdba;
/* Tailwind (arbitrary) */
class="text-[#94fdba] bg-[#94fdba]"
/* SCSS */
$brand: #94fdba;
/* SwiftUI */
Color(red: 0.580, green: 0.992, blue: 0.729)
/* Android */
Color.parseColor("#94fdba")Accessibility — WCAG contrast
Aa
#94fdba on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#94fdba on black: 17.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green99.2%
Blue72.9%
CMYK percentages
Cyan41.5%
Magenta0.0%
Yellow26.5%
Key (black)0.8%
Color previews
#94fdba text on a black background
contrast 17.02:1
Card sample
#94fdba text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #94fdba;
Background color
Panel with #94fdba background
background-color: #94fdba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #94fdba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 253, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 253, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #94fdba; background: linear-gradient(135deg, #94fdba, #94FAFD);