#437673
a dark, soft cyan · cool · closest name: teal
RGB
67, 118, 115
HSL
177°, 28%, 36%
CMYK
43, 0, 3, 54
Luminance
0.1539
Every format
| HEX | #437673 |
| RGB | rgb(67, 118, 115) |
| HSL | hsl(177, 28%, 36%) |
| CMYK | cmyk(43%, 0%, 3%, 54%) |
| LAB | lab(46.2 -17.9 -3.7) |
| LCH | lch(46.2 18.3 191.7) |
| OKLCH | oklch(0.529 0.055 190.8) |
Copy-ready code
/* CSS */
color: #437673;
background-color: #437673;
/* Tailwind (arbitrary) */
class="text-[#437673] bg-[#437673]"
/* SCSS */
$brand: #437673;
/* SwiftUI */
Color(red: 0.263, green: 0.463, blue: 0.451)
/* Android */
Color.parseColor("#437673")Accessibility — WCAG contrast
Aa
#437673 on white: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#437673 on black: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green46.3%
Blue45.1%
CMYK percentages
Cyan43.2%
Magenta0.0%
Yellow2.5%
Key (black)53.7%
Color previews
#437673 text on a black background
contrast 4.08:1
Card sample
#437673 text on a white background
contrast 5.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #437673;
Background color
Panel with #437673 background
background-color: #437673;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #437673;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 118, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 118, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #437673; background: linear-gradient(135deg, #437673, #435776);