#224444
a deep, soft cyan · cool · closest name: darkslategray
RGB
34, 68, 68
HSL
180°, 33%, 20%
CMYK
50, 0, 0, 73
Luminance
0.0489
Every format
| HEX | #224444 |
| RGB | rgb(34, 68, 68) |
| HSL | hsl(180, 33%, 20%) |
| CMYK | cmyk(50%, 0%, 0%, 73%) |
| LAB | lab(26.4 -12.3 -3.9) |
| LCH | lch(26.4 12.9 197.4) |
| OKLCH | oklch(0.361 0.040 195.5) |
Copy-ready code
/* CSS */
color: #224444;
background-color: #224444;
/* Tailwind (arbitrary) */
class="text-[#224444] bg-[#224444]"
/* SCSS */
$brand: #224444;
/* SwiftUI */
Color(red: 0.133, green: 0.267, blue: 0.267)
/* Android */
Color.parseColor("#224444")Accessibility — WCAG contrast
Aa
#224444 on white: 10.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#224444 on black: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green26.7%
Blue26.7%
CMYK percentages
Cyan50.0%
Magenta0.0%
Yellow0.0%
Key (black)73.3%
Color previews
#224444 text on a black background
contrast 1.98:1
Card sample
#224444 text on a white background
contrast 10.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #224444;
Background color
Panel with #224444 background
background-color: #224444;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #224444;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 68, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 68, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #224444; background: linear-gradient(135deg, #224444, #222D44);