#94fdce
a light, electric green · cool · closest name: aquamarine
RGB
148, 253, 206
HSL
153°, 96%, 79%
CMYK
42, 0, 19, 1
Luminance
0.8100
Every format
| HEX | #94fdce |
| RGB | rgb(148, 253, 206) |
| HSL | hsl(153, 96%, 79%) |
| CMYK | cmyk(42%, 0%, 19%, 1%) |
| LAB | lab(92.1 -40.8 13.1) |
| LCH | lch(92.1 42.9 162.3) |
| OKLCH | oklch(0.917 0.119 163.6) |
Copy-ready code
/* CSS */
color: #94fdce;
background-color: #94fdce;
/* Tailwind (arbitrary) */
class="text-[#94fdce] bg-[#94fdce]"
/* SCSS */
$brand: #94fdce;
/* SwiftUI */
Color(red: 0.580, green: 0.992, blue: 0.808)
/* Android */
Color.parseColor("#94fdce")Accessibility — WCAG contrast
Aa
#94fdce on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#94fdce on black: 17.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green99.2%
Blue80.8%
CMYK percentages
Cyan41.5%
Magenta0.0%
Yellow18.6%
Key (black)0.8%
Color previews
#94fdce text on a black background
contrast 17.20:1
Card sample
#94fdce text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #94fdce;
Background color
Panel with #94fdce background
background-color: #94fdce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #94fdce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 253, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 253, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #94fdce; background: linear-gradient(135deg, #94fdce, #94E6FD);