#94fdac
a light, electric green · cool · closest name: aquamarine
RGB
148, 253, 172
HSL
134°, 96%, 79%
CMYK
42, 0, 32, 1
Luminance
0.7953
Every format
| HEX | #94fdac |
| RGB | rgb(148, 253, 172) |
| HSL | hsl(134, 96%, 79%) |
| CMYK | cmyk(42%, 0%, 32%, 1%) |
| LAB | lab(91.5 -47.1 29.5) |
| LCH | lch(91.5 55.6 148.0) |
| OKLCH | oklch(0.910 0.148 150.0) |
Copy-ready code
/* CSS */
color: #94fdac;
background-color: #94fdac;
/* Tailwind (arbitrary) */
class="text-[#94fdac] bg-[#94fdac]"
/* SCSS */
$brand: #94fdac;
/* SwiftUI */
Color(red: 0.580, green: 0.992, blue: 0.675)
/* Android */
Color.parseColor("#94fdac")Accessibility — WCAG contrast
Aa
#94fdac on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#94fdac on black: 16.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green99.2%
Blue67.5%
CMYK percentages
Cyan41.5%
Magenta0.0%
Yellow32.0%
Key (black)0.8%
Color previews
#94fdac text on a black background
contrast 16.91:1
Card sample
#94fdac text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #94fdac;
Background color
Panel with #94fdac background
background-color: #94fdac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #94fdac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 253, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 253, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #94fdac; background: linear-gradient(135deg, #94fdac, #94FDF2);