#4eb693
a balanced, soft green · cool · closest name: seagreen
RGB
78, 182, 147
HSL
160°, 42%, 51%
CMYK
57, 0, 19, 29
Luminance
0.3718
Every format
| HEX | #4eb693 |
| RGB | rgb(78, 182, 147) |
| HSL | hsl(160, 42%, 51%) |
| CMYK | cmyk(57%, 0%, 19%, 29%) |
| LAB | lab(67.4 -38.6 8.9) |
| LCH | lch(67.4 39.6 167.1) |
| OKLCH | oklch(0.705 0.110 168.1) |
Copy-ready code
/* CSS */
color: #4eb693;
background-color: #4eb693;
/* Tailwind (arbitrary) */
class="text-[#4eb693] bg-[#4eb693]"
/* SCSS */
$brand: #4eb693;
/* SwiftUI */
Color(red: 0.306, green: 0.714, blue: 0.576)
/* Android */
Color.parseColor("#4eb693")Accessibility — WCAG contrast
Aa
#4eb693 on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4eb693 on black: 8.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green71.4%
Blue57.6%
CMYK percentages
Cyan57.1%
Magenta0.0%
Yellow19.2%
Key (black)28.6%
Color previews
#4eb693 text on a black background
contrast 8.44:1
Card sample
#4eb693 text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4eb693;
Background color
Panel with #4eb693 background
background-color: #4eb693;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4eb693;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 182, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 182, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4eb693; background: linear-gradient(135deg, #4eb693, #4E94B6);