#467b69
a dark, soft green · cool · closest name: teal
RGB
70, 123, 105
HSL
160°, 28%, 38%
CMYK
43, 0, 15, 52
Luminance
0.1649
Every format
| HEX | #467b69 |
| RGB | rgb(70, 123, 105) |
| HSL | hsl(160, 28%, 38%) |
| CMYK | cmyk(43%, 0%, 15%, 52%) |
| LAB | lab(47.6 -22.2 4.3) |
| LCH | lch(47.6 22.7 169.0) |
| OKLCH | oklch(0.540 0.064 170.0) |
Copy-ready code
/* CSS */
color: #467b69;
background-color: #467b69;
/* Tailwind (arbitrary) */
class="text-[#467b69] bg-[#467b69]"
/* SCSS */
$brand: #467b69;
/* SwiftUI */
Color(red: 0.275, green: 0.482, blue: 0.412)
/* Android */
Color.parseColor("#467b69")Accessibility — WCAG contrast
Aa
#467b69 on white: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#467b69 on black: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green48.2%
Blue41.2%
CMYK percentages
Cyan43.1%
Magenta0.0%
Yellow14.6%
Key (black)51.8%
Color previews
#467b69 text on a black background
contrast 4.30:1
Card sample
#467b69 text on a white background
contrast 4.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #467b69;
Background color
Panel with #467b69 background
background-color: #467b69;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #467b69;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 123, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 123, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #467b69; background: linear-gradient(135deg, #467b69, #466A7B);