#294751
a deep, soft cyan · cool · closest name: darkslategray
RGB
41, 71, 81
HSL
195°, 33%, 24%
CMYK
49, 12, 0, 68
Luminance
0.0557
Every format
| HEX | #294751 |
| RGB | rgb(41, 71, 81) |
| HSL | hsl(195, 33%, 24%) |
| CMYK | cmyk(49%, 12%, 0%, 68%) |
| LAB | lab(28.3 -8.1 -9.5) |
| LCH | lch(28.3 12.4 229.6) |
| OKLCH | oklch(0.379 0.040 221.3) |
Copy-ready code
/* CSS */
color: #294751;
background-color: #294751;
/* Tailwind (arbitrary) */
class="text-[#294751] bg-[#294751]"
/* SCSS */
$brand: #294751;
/* SwiftUI */
Color(red: 0.161, green: 0.278, blue: 0.318)
/* Android */
Color.parseColor("#294751")Accessibility — WCAG contrast
Aa
#294751 on white: 9.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#294751 on black: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green27.8%
Blue31.8%
CMYK percentages
Cyan49.4%
Magenta12.3%
Yellow0.0%
Key (black)68.2%
Color previews
#294751 text on a black background
contrast 2.11:1
Card sample
#294751 text on a white background
contrast 9.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #294751;
Background color
Panel with #294751 background
background-color: #294751;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #294751;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 71, 81, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 71, 81, 0.45);
Border & gradient
Gradient panel
border: 3px solid #294751; background: linear-gradient(135deg, #294751, #292C51);