#224354
a deep, soft blue · cool · closest name: darkslategray
RGB
34, 67, 84
HSL
200°, 42%, 23%
CMYK
60, 20, 0, 67
Luminance
0.0499
Every format
| HEX | #224354 |
| RGB | rgb(34, 67, 84) |
| HSL | hsl(200, 42%, 23%) |
| CMYK | cmyk(60%, 20%, 0%, 67%) |
| LAB | lab(26.7 -6.4 -13.9) |
| LCH | lch(26.7 15.3 245.1) |
| OKLCH | oklch(0.366 0.049 232.7) |
Copy-ready code
/* CSS */
color: #224354;
background-color: #224354;
/* Tailwind (arbitrary) */
class="text-[#224354] bg-[#224354]"
/* SCSS */
$brand: #224354;
/* SwiftUI */
Color(red: 0.133, green: 0.263, blue: 0.329)
/* Android */
Color.parseColor("#224354")Accessibility — WCAG contrast
Aa
#224354 on white: 10.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#224354 on black: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green26.3%
Blue32.9%
CMYK percentages
Cyan59.5%
Magenta20.2%
Yellow0.0%
Key (black)67.1%
Color previews
#224354 text on a black background
contrast 2.00:1
Card sample
#224354 text on a white background
contrast 10.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #224354;
Background color
Panel with #224354 background
background-color: #224354;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #224354;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 67, 84, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 67, 84, 0.45);
Border & gradient
Gradient panel
border: 3px solid #224354; background: linear-gradient(135deg, #224354, #222254);