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