#224a66
a dark, vivid blue · cool · closest name: darkslategray
RGB
34, 74, 102
HSL
205°, 50%, 27%
CMYK
67, 28, 0, 60
Luminance
0.0620
Every format
| HEX | #224a66 |
| RGB | rgb(34, 74, 102) |
| HSL | hsl(205, 50%, 27%) |
| CMYK | cmyk(67%, 28%, 0%, 60%) |
| LAB | lab(29.9 -4.4 -20.5) |
| LCH | lch(29.9 21.0 257.9) |
| OKLCH | oklch(0.394 0.066 241.6) |
Copy-ready code
/* CSS */
color: #224a66;
background-color: #224a66;
/* Tailwind (arbitrary) */
class="text-[#224a66] bg-[#224a66]"
/* SCSS */
$brand: #224a66;
/* SwiftUI */
Color(red: 0.133, green: 0.290, blue: 0.400)
/* Android */
Color.parseColor("#224a66")Accessibility — WCAG contrast
Aa
#224a66 on white: 9.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#224a66 on black: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green29.0%
Blue40.0%
CMYK percentages
Cyan66.7%
Magenta27.5%
Yellow0.0%
Key (black)60.0%
Color previews
#224a66 text on a black background
contrast 2.24:1
Card sample
#224a66 text on a white background
contrast 9.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #224a66;
Background color
Panel with #224a66 background
background-color: #224a66;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #224a66;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 74, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 74, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #224a66; background: linear-gradient(135deg, #224a66, #272266);