#6fa753
a balanced, soft green · cool · closest name: olivedrab
RGB
111, 167, 83
HSL
100°, 34%, 49%
CMYK
34, 0, 50, 35
Luminance
0.3164
Every format
| HEX | #6fa753 |
| RGB | rgb(111, 167, 83) |
| HSL | hsl(100, 34%, 49%) |
| CMYK | cmyk(34%, 0%, 50%, 35%) |
| LAB | lab(63.0 -34.0 37.5) |
| LCH | lch(63.0 50.6 132.2) |
| OKLCH | oklch(0.670 0.130 136.1) |
Copy-ready code
/* CSS */
color: #6fa753;
background-color: #6fa753;
/* Tailwind (arbitrary) */
class="text-[#6fa753] bg-[#6fa753]"
/* SCSS */
$brand: #6fa753;
/* SwiftUI */
Color(red: 0.435, green: 0.655, blue: 0.325)
/* Android */
Color.parseColor("#6fa753")Accessibility — WCAG contrast
Aa
#6fa753 on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fa753 on black: 7.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green65.5%
Blue32.5%
CMYK percentages
Cyan33.5%
Magenta0.0%
Yellow50.3%
Key (black)34.5%
Color previews
#6fa753 text on a black background
contrast 7.33:1
Card sample
#6fa753 text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fa753;
Background color
Panel with #6fa753 background
background-color: #6fa753;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fa753;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 167, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 167, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fa753; background: linear-gradient(135deg, #6fa753, #53A76F);