#297a95
a dark, vivid cyan · cool · closest name: steelblue
RGB
41, 122, 149
HSL
195°, 57%, 37%
CMYK
73, 18, 0, 42
Luminance
0.1656
Every format
| HEX | #297a95 |
| RGB | rgb(41, 122, 149) |
| HSL | hsl(195, 57%, 37%) |
| CMYK | cmyk(73%, 18%, 0%, 42%) |
| LAB | lab(47.7 -15.0 -21.6) |
| LCH | lch(47.7 26.3 235.3) |
| OKLCH | oklch(0.543 0.087 224.3) |
Copy-ready code
/* CSS */
color: #297a95;
background-color: #297a95;
/* Tailwind (arbitrary) */
class="text-[#297a95] bg-[#297a95]"
/* SCSS */
$brand: #297a95;
/* SwiftUI */
Color(red: 0.161, green: 0.478, blue: 0.584)
/* Android */
Color.parseColor("#297a95")Accessibility — WCAG contrast
Aa
#297a95 on white: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#297a95 on black: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green47.8%
Blue58.4%
CMYK percentages
Cyan72.5%
Magenta18.1%
Yellow0.0%
Key (black)41.6%
Color previews
#297a95 text on a black background
contrast 4.31:1
Card sample
#297a95 text on a white background
contrast 4.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #297a95;
Background color
Panel with #297a95 background
background-color: #297a95;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #297a95;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 122, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 122, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #297a95; background: linear-gradient(135deg, #297a95, #293295);