#94cfab
a light, soft green · cool · closest name: aquamarine
RGB
148, 207, 171
HSL
143°, 38%, 70%
CMYK
29, 0, 17, 19
Luminance
0.5386
Every format
| HEX | #94cfab |
| RGB | rgb(148, 207, 171) |
| HSL | hsl(143, 38%, 70%) |
| CMYK | cmyk(29%, 0%, 17%, 19%) |
| LAB | lab(78.4 -26.4 11.9) |
| LCH | lch(78.4 28.9 155.7) |
| OKLCH | oklch(0.804 0.079 157.3) |
Copy-ready code
/* CSS */
color: #94cfab;
background-color: #94cfab;
/* Tailwind (arbitrary) */
class="text-[#94cfab] bg-[#94cfab]"
/* SCSS */
$brand: #94cfab;
/* SwiftUI */
Color(red: 0.580, green: 0.812, blue: 0.671)
/* Android */
Color.parseColor("#94cfab")Accessibility — WCAG contrast
Aa
#94cfab on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#94cfab on black: 11.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green81.2%
Blue67.1%
CMYK percentages
Cyan28.5%
Magenta0.0%
Yellow17.4%
Key (black)18.8%
Color previews
#94cfab text on a black background
contrast 11.77:1
Card sample
#94cfab text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #94cfab;
Background color
Panel with #94cfab background
background-color: #94cfab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #94cfab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 207, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 207, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #94cfab; background: linear-gradient(135deg, #94cfab, #94CCCF);