#94ffbc
a light, electric green · cool · closest name: aquamarine
RGB
148, 255, 188
HSL
142°, 100%, 79%
CMYK
42, 0, 26, 0
Luminance
0.8145
Every format
| HEX | #94ffbc |
| RGB | rgb(148, 255, 188) |
| HSL | hsl(142, 100%, 79%) |
| CMYK | cmyk(42%, 0%, 26%, 0%) |
| LAB | lab(92.3 -45.2 22.6) |
| LCH | lch(92.3 50.5 153.5) |
| OKLCH | oklch(0.918 0.137 155.1) |
Copy-ready code
/* CSS */
color: #94ffbc;
background-color: #94ffbc;
/* Tailwind (arbitrary) */
class="text-[#94ffbc] bg-[#94ffbc]"
/* SCSS */
$brand: #94ffbc;
/* SwiftUI */
Color(red: 0.580, green: 1.000, blue: 0.737)
/* Android */
Color.parseColor("#94ffbc")Accessibility — WCAG contrast
Aa
#94ffbc on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#94ffbc on black: 17.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green100.0%
Blue73.7%
CMYK percentages
Cyan42.0%
Magenta0.0%
Yellow26.3%
Key (black)0.0%
Color previews
#94ffbc text on a black background
contrast 17.29:1
Card sample
#94ffbc text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #94ffbc;
Background color
Panel with #94ffbc background
background-color: #94ffbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #94ffbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 255, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 255, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #94ffbc; background: linear-gradient(135deg, #94ffbc, #94FBFF);