#467b72
a dark, soft cyan · cool · closest name: teal
RGB
70, 123, 114
HSL
170°, 28%, 38%
CMYK
43, 0, 7, 52
Luminance
0.1668
Every format
| HEX | #467b72 |
| RGB | rgb(70, 123, 114) |
| HSL | hsl(170, 28%, 38%) |
| CMYK | cmyk(43%, 0%, 7%, 52%) |
| LAB | lab(47.9 -20.0 -0.6) |
| LCH | lch(47.9 20.0 181.8) |
| OKLCH | oklch(0.543 0.059 181.9) |
Copy-ready code
/* CSS */
color: #467b72;
background-color: #467b72;
/* Tailwind (arbitrary) */
class="text-[#467b72] bg-[#467b72]"
/* SCSS */
$brand: #467b72;
/* SwiftUI */
Color(red: 0.275, green: 0.482, blue: 0.447)
/* Android */
Color.parseColor("#467b72")Accessibility — WCAG contrast
Aa
#467b72 on white: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#467b72 on black: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green48.2%
Blue44.7%
CMYK percentages
Cyan43.1%
Magenta0.0%
Yellow7.3%
Key (black)51.8%
Color previews
#467b72 text on a black background
contrast 4.34:1
Card sample
#467b72 text on a white background
contrast 4.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #467b72;
Background color
Panel with #467b72 background
background-color: #467b72;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #467b72;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 123, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 123, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #467b72; background: linear-gradient(135deg, #467b72, #46617B);