#295147
a deep, soft cyan · cool · closest name: darkslategray
RGB
41, 81, 71
HSL
165°, 33%, 24%
CMYK
49, 0, 12, 68
Luminance
0.0681
Every format
| HEX | #295147 |
| RGB | rgb(41, 81, 71) |
| HSL | hsl(165, 33%, 24%) |
| CMYK | cmyk(49%, 0%, 12%, 68%) |
| LAB | lab(31.4 -16.9 1.5) |
| LCH | lch(31.4 17.0 174.9) |
| OKLCH | oklch(0.402 0.049 175.6) |
Copy-ready code
/* CSS */
color: #295147;
background-color: #295147;
/* Tailwind (arbitrary) */
class="text-[#295147] bg-[#295147]"
/* SCSS */
$brand: #295147;
/* SwiftUI */
Color(red: 0.161, green: 0.318, blue: 0.278)
/* Android */
Color.parseColor("#295147")Accessibility — WCAG contrast
Aa
#295147 on white: 8.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#295147 on black: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green31.8%
Blue27.8%
CMYK percentages
Cyan49.4%
Magenta0.0%
Yellow12.3%
Key (black)68.2%
Color previews
#295147 text on a black background
contrast 2.36:1
Card sample
#295147 text on a white background
contrast 8.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #295147;
Background color
Panel with #295147 background
background-color: #295147;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #295147;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 81, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 81, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #295147; background: linear-gradient(135deg, #295147, #294051);