#607f46
a dark, soft green · cool · closest name: seagreen
RGB
96, 127, 70
HSL
93°, 29%, 39%
CMYK
24, 0, 45, 50
Luminance
0.1811
Every format
| HEX | #607f46 |
| RGB | rgb(96, 127, 70) |
| HSL | hsl(93, 29%, 39%) |
| CMYK | cmyk(24%, 0%, 45%, 50%) |
| LAB | lab(49.6 -21.9 27.4) |
| LCH | lch(49.6 35.1 128.6) |
| OKLCH | oklch(0.558 0.090 132.0) |
Copy-ready code
/* CSS */
color: #607f46;
background-color: #607f46;
/* Tailwind (arbitrary) */
class="text-[#607f46] bg-[#607f46]"
/* SCSS */
$brand: #607f46;
/* SwiftUI */
Color(red: 0.376, green: 0.498, blue: 0.275)
/* Android */
Color.parseColor("#607f46")Accessibility — WCAG contrast
Aa
#607f46 on white: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#607f46 on black: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green49.8%
Blue27.5%
CMYK percentages
Cyan24.4%
Magenta0.0%
Yellow44.9%
Key (black)50.2%
Color previews
#607f46 text on a black background
contrast 4.62:1
Card sample
#607f46 text on a white background
contrast 4.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #607f46;
Background color
Panel with #607f46 background
background-color: #607f46;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #607f46;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 127, 70, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 127, 70, 0.45);
Border & gradient
Gradient panel
border: 3px solid #607f46; background: linear-gradient(135deg, #607f46, #467F52);