#297a88
a dark, vivid cyan · cool · closest name: teal
RGB
41, 122, 136
HSL
189°, 54%, 35%
CMYK
70, 10, 0, 47
Luminance
0.1617
Every format
| HEX | #297a88 |
| RGB | rgb(41, 122, 136) |
| HSL | hsl(189, 54%, 35%) |
| CMYK | cmyk(70%, 10%, 0%, 47%) |
| LAB | lab(47.2 -19.4 -14.7) |
| LCH | lch(47.2 24.3 217.3) |
| OKLCH | oklch(0.537 0.079 211.2) |
Copy-ready code
/* CSS */
color: #297a88;
background-color: #297a88;
/* Tailwind (arbitrary) */
class="text-[#297a88] bg-[#297a88]"
/* SCSS */
$brand: #297a88;
/* SwiftUI */
Color(red: 0.161, green: 0.478, blue: 0.533)
/* Android */
Color.parseColor("#297a88")Accessibility — WCAG contrast
Aa
#297a88 on white: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#297a88 on black: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green47.8%
Blue53.3%
CMYK percentages
Cyan69.9%
Magenta10.3%
Yellow0.0%
Key (black)46.7%
Color previews
#297a88 text on a black background
contrast 4.23:1
Card sample
#297a88 text on a white background
contrast 4.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #297a88;
Background color
Panel with #297a88 background
background-color: #297a88;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #297a88;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 122, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 122, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #297a88; background: linear-gradient(135deg, #297a88, #293B88);