#297a78
a dark, vivid cyan · cool · closest name: teal
RGB
41, 122, 120
HSL
179°, 50%, 32%
CMYK
66, 0, 2, 52
Luminance
0.1575
Every format
| HEX | #297a78 |
| RGB | rgb(41, 122, 120) |
| HSL | hsl(179, 50%, 32%) |
| CMYK | cmyk(66%, 0%, 2%, 52%) |
| LAB | lab(46.6 -24.4 -6.1) |
| LCH | lch(46.6 25.2 194.0) |
| OKLCH | oklch(0.531 0.077 192.8) |
Copy-ready code
/* CSS */
color: #297a78;
background-color: #297a78;
/* Tailwind (arbitrary) */
class="text-[#297a78] bg-[#297a78]"
/* SCSS */
$brand: #297a78;
/* SwiftUI */
Color(red: 0.161, green: 0.478, blue: 0.471)
/* Android */
Color.parseColor("#297a78")Accessibility — WCAG contrast
Aa
#297a78 on white: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#297a78 on black: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green47.8%
Blue47.1%
CMYK percentages
Cyan66.4%
Magenta0.0%
Yellow1.6%
Key (black)52.2%
Color previews
#297a78 text on a black background
contrast 4.15:1
Card sample
#297a78 text on a white background
contrast 5.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #297a78;
Background color
Panel with #297a78 background
background-color: #297a78;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #297a78;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 122, 120, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 122, 120, 0.45);
Border & gradient
Gradient panel
border: 3px solid #297a78; background: linear-gradient(135deg, #297a78, #29467A);