#224455
a deep, soft blue · cool · closest name: darkslategray
RGB
34, 68, 85
HSL
200°, 43%, 23%
CMYK
60, 20, 0, 67
Luminance
0.0513
Every format
| HEX | #224455 |
| RGB | rgb(34, 68, 85) |
| HSL | hsl(200, 43%, 23%) |
| CMYK | cmyk(60%, 20%, 0%, 67%) |
| LAB | lab(27.1 -6.7 -13.9) |
| LCH | lch(27.1 15.5 244.2) |
| OKLCH | oklch(0.369 0.049 232.0) |
Copy-ready code
/* CSS */
color: #224455;
background-color: #224455;
/* Tailwind (arbitrary) */
class="text-[#224455] bg-[#224455]"
/* SCSS */
$brand: #224455;
/* SwiftUI */
Color(red: 0.133, green: 0.267, blue: 0.333)
/* Android */
Color.parseColor("#224455")Accessibility — WCAG contrast
Aa
#224455 on white: 10.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#224455 on black: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green26.7%
Blue33.3%
CMYK percentages
Cyan60.0%
Magenta20.0%
Yellow0.0%
Key (black)66.7%
Color previews
#224455 text on a black background
contrast 2.03:1
Card sample
#224455 text on a white background
contrast 10.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #224455;
Background color
Panel with #224455 background
background-color: #224455;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #224455;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 68, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 68, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #224455; background: linear-gradient(135deg, #224455, #222255);