#768752
a dark, soft green · cool · closest name: seagreen
RGB
118, 135, 82
HSL
79°, 24%, 43%
CMYK
13, 0, 39, 47
Luminance
0.2179
Every format
| HEX | #768752 |
| RGB | rgb(118, 135, 82) |
| HSL | hsl(79, 24%, 43%) |
| CMYK | cmyk(13%, 0%, 39%, 47%) |
| LAB | lab(53.8 -15.6 26.5) |
| LCH | lch(53.8 30.7 120.5) |
| OKLCH | oklch(0.596 0.078 123.2) |
Copy-ready code
/* CSS */
color: #768752;
background-color: #768752;
/* Tailwind (arbitrary) */
class="text-[#768752] bg-[#768752]"
/* SCSS */
$brand: #768752;
/* SwiftUI */
Color(red: 0.463, green: 0.529, blue: 0.322)
/* Android */
Color.parseColor("#768752")Accessibility — WCAG contrast
Aa
#768752 on white: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#768752 on black: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green52.9%
Blue32.2%
CMYK percentages
Cyan12.6%
Magenta0.0%
Yellow39.3%
Key (black)47.1%
Color previews
#768752 text on a black background
contrast 5.36:1
Card sample
#768752 text on a white background
contrast 3.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #768752;
Background color
Panel with #768752 background
background-color: #768752;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #768752;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 135, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 135, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #768752; background: linear-gradient(135deg, #768752, #538752);