#66a068
a balanced, soft green · cool · closest name: seagreen
RGB
102, 160, 104
HSL
122°, 23%, 51%
CMYK
36, 0, 35, 37
Luminance
0.2897
Every format
| HEX | #66a068 |
| RGB | rgb(102, 160, 104) |
| HSL | hsl(122, 23%, 51%) |
| CMYK | cmyk(36%, 0%, 35%, 37%) |
| LAB | lab(60.8 -30.7 23.4) |
| LCH | lch(60.8 38.6 142.7) |
| OKLCH | oklch(0.651 0.102 145.1) |
Copy-ready code
/* CSS */
color: #66a068;
background-color: #66a068;
/* Tailwind (arbitrary) */
class="text-[#66a068] bg-[#66a068]"
/* SCSS */
$brand: #66a068;
/* SwiftUI */
Color(red: 0.400, green: 0.627, blue: 0.408)
/* Android */
Color.parseColor("#66a068")Accessibility — WCAG contrast
Aa
#66a068 on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#66a068 on black: 6.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green62.7%
Blue40.8%
CMYK percentages
Cyan36.2%
Magenta0.0%
Yellow35.0%
Key (black)37.3%
Color previews
#66a068 text on a black background
contrast 6.79:1
Card sample
#66a068 text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #66a068;
Background color
Panel with #66a068 background
background-color: #66a068;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #66a068;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 160, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 160, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #66a068; background: linear-gradient(135deg, #66a068, #66A08F);