#6a752f
a dark, soft yellow · cool · closest name: olivedrab
RGB
106, 117, 47
HSL
69°, 43%, 32%
CMYK
9, 0, 60, 54
Luminance
0.1599
Every format
| HEX | #6a752f |
| RGB | rgb(106, 117, 47) |
| HSL | hsl(69, 43%, 32%) |
| CMYK | cmyk(9%, 0%, 60%, 54%) |
| LAB | lab(47.0 -15.0 36.5) |
| LCH | lch(47.0 39.4 112.3) |
| OKLCH | oklch(0.538 0.095 117.2) |
Copy-ready code
/* CSS */
color: #6a752f;
background-color: #6a752f;
/* Tailwind (arbitrary) */
class="text-[#6a752f] bg-[#6a752f]"
/* SCSS */
$brand: #6a752f;
/* SwiftUI */
Color(red: 0.416, green: 0.459, blue: 0.184)
/* Android */
Color.parseColor("#6a752f")Accessibility — WCAG contrast
Aa
#6a752f on white: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6a752f on black: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green45.9%
Blue18.4%
CMYK percentages
Cyan9.4%
Magenta0.0%
Yellow59.8%
Key (black)54.1%
Color previews
#6a752f text on a black background
contrast 4.20:1
Card sample
#6a752f text on a white background
contrast 5.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6a752f;
Background color
Panel with #6a752f background
background-color: #6a752f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6a752f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 117, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 117, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6a752f; background: linear-gradient(135deg, #6a752f, #3B752F);