#607755
a dark, soft green · cool · closest name: gray
RGB
96, 119, 85
HSL
101°, 17%, 40%
CMYK
19, 0, 29, 53
Luminance
0.1634
Every format
| HEX | #607755 |
| RGB | rgb(96, 119, 85) |
| HSL | hsl(101, 17%, 40%) |
| CMYK | cmyk(19%, 0%, 29%, 53%) |
| LAB | lab(47.4 -15.3 16.0) |
| LCH | lch(47.4 22.2 133.7) |
| OKLCH | oklch(0.541 0.058 135.7) |
Copy-ready code
/* CSS */
color: #607755;
background-color: #607755;
/* Tailwind (arbitrary) */
class="text-[#607755] bg-[#607755]"
/* SCSS */
$brand: #607755;
/* SwiftUI */
Color(red: 0.376, green: 0.467, blue: 0.333)
/* Android */
Color.parseColor("#607755")Accessibility — WCAG contrast
Aa
#607755 on white: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#607755 on black: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green46.7%
Blue33.3%
CMYK percentages
Cyan19.3%
Magenta0.0%
Yellow28.6%
Key (black)53.3%
Color previews
#607755 text on a black background
contrast 4.27:1
Card sample
#607755 text on a white background
contrast 4.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #607755;
Background color
Panel with #607755 background
background-color: #607755;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #607755;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 119, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 119, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #607755; background: linear-gradient(135deg, #607755, #557761);