#94c982
a balanced, soft green · cool · closest name: seagreen
RGB
148, 201, 130
HSL
105°, 40%, 65%
CMYK
26, 0, 35, 21
Luminance
0.4968
Every format
| HEX | #94c982 |
| RGB | rgb(148, 201, 130) |
| HSL | hsl(105, 40%, 65%) |
| CMYK | cmyk(26%, 0%, 35%, 21%) |
| LAB | lab(75.9 -30.5 30.1) |
| LCH | lch(75.9 42.9 135.4) |
| OKLCH | oklch(0.781 0.112 138.0) |
Copy-ready code
/* CSS */
color: #94c982;
background-color: #94c982;
/* Tailwind (arbitrary) */
class="text-[#94c982] bg-[#94c982]"
/* SCSS */
$brand: #94c982;
/* SwiftUI */
Color(red: 0.580, green: 0.788, blue: 0.510)
/* Android */
Color.parseColor("#94c982")Accessibility — WCAG contrast
Aa
#94c982 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#94c982 on black: 10.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green78.8%
Blue51.0%
CMYK percentages
Cyan26.4%
Magenta0.0%
Yellow35.3%
Key (black)21.2%
Color previews
#94c982 text on a black background
contrast 10.94:1
Card sample
#94c982 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #94c982;
Background color
Panel with #94c982 background
background-color: #94c982;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #94c982;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 201, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 201, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #94c982; background: linear-gradient(135deg, #94c982, #82C99F);