#7ea59e
a balanced, soft cyan · cool · closest name: gray
RGB
126, 165, 158
HSL
169°, 18%, 57%
CMYK
24, 0, 4, 35
Luminance
0.3381
Every format
| HEX | #7ea59e |
| RGB | rgb(126, 165, 158) |
| HSL | hsl(169, 18%, 57%) |
| CMYK | cmyk(24%, 0%, 4%, 35%) |
| LAB | lab(64.8 -14.7 -0.7) |
| LCH | lch(64.8 14.8 182.8) |
| OKLCH | oklch(0.691 0.044 182.8) |
Copy-ready code
/* CSS */
color: #7ea59e;
background-color: #7ea59e;
/* Tailwind (arbitrary) */
class="text-[#7ea59e] bg-[#7ea59e]"
/* SCSS */
$brand: #7ea59e;
/* SwiftUI */
Color(red: 0.494, green: 0.647, blue: 0.620)
/* Android */
Color.parseColor("#7ea59e")Accessibility — WCAG contrast
Aa
#7ea59e on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ea59e on black: 7.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green64.7%
Blue62.0%
CMYK percentages
Cyan23.6%
Magenta0.0%
Yellow4.2%
Key (black)35.3%
Color previews
#7ea59e text on a black background
contrast 7.76:1
Card sample
#7ea59e text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ea59e;
Background color
Panel with #7ea59e background
background-color: #7ea59e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ea59e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 165, 158, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 165, 158, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ea59e; background: linear-gradient(135deg, #7ea59e, #7E92A5);