#94f4cf
a light, electric green · cool · closest name: aquamarine
RGB
148, 244, 207
HSL
157°, 81%, 77%
CMYK
39, 0, 15, 4
Luminance
0.7550
Every format
| HEX | #94f4cf |
| RGB | rgb(148, 244, 207) |
| HSL | hsl(157, 81%, 77%) |
| CMYK | cmyk(39%, 0%, 15%, 4%) |
| LAB | lab(89.6 -36.6 9.0) |
| LCH | lch(89.6 37.6 166.2) |
| OKLCH | oklch(0.897 0.106 167.4) |
Copy-ready code
/* CSS */
color: #94f4cf;
background-color: #94f4cf;
/* Tailwind (arbitrary) */
class="text-[#94f4cf] bg-[#94f4cf]"
/* SCSS */
$brand: #94f4cf;
/* SwiftUI */
Color(red: 0.580, green: 0.957, blue: 0.812)
/* Android */
Color.parseColor("#94f4cf")Accessibility — WCAG contrast
Aa
#94f4cf on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#94f4cf on black: 16.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green95.7%
Blue81.2%
CMYK percentages
Cyan39.3%
Magenta0.0%
Yellow15.2%
Key (black)4.3%
Color previews
#94f4cf text on a black background
contrast 16.10:1
Card sample
#94f4cf text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #94f4cf;
Background color
Panel with #94f4cf background
background-color: #94f4cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #94f4cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 244, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 244, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #94f4cf; background: linear-gradient(135deg, #94f4cf, #94D9F4);