#224acc
a balanced, vivid blue · warm · closest name: royalblue
RGB
34, 74, 204
HSL
226°, 71%, 47%
CMYK
83, 64, 0, 20
Luminance
0.0960
Every format
| HEX | #224acc |
| RGB | rgb(34, 74, 204) |
| HSL | hsl(226, 71%, 47%) |
| CMYK | cmyk(83%, 64%, 0%, 20%) |
| LAB | lab(37.1 35.2 -70.8) |
| LCH | lch(37.1 79.0 296.4) |
| OKLCH | oklch(0.471 0.206 265.4) |
Copy-ready code
/* CSS */
color: #224acc;
background-color: #224acc;
/* Tailwind (arbitrary) */
class="text-[#224acc] bg-[#224acc]"
/* SCSS */
$brand: #224acc;
/* SwiftUI */
Color(red: 0.133, green: 0.290, blue: 0.800)
/* Android */
Color.parseColor("#224acc")Accessibility — WCAG contrast
Aa
#224acc on white: 7.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#224acc on black: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green29.0%
Blue80.0%
CMYK percentages
Cyan83.3%
Magenta63.7%
Yellow0.0%
Key (black)20.0%
Color previews
#224acc text on a black background
contrast 2.92:1
Card sample
#224acc text on a white background
contrast 7.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #224acc;
Background color
Panel with #224acc background
background-color: #224acc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #224acc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 74, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 74, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #224acc; background: linear-gradient(135deg, #224acc, #6B22CC);