#224fff
a balanced, electric blue · warm · closest name: royalblue
RGB
34, 79, 255
HSL
228°, 100%, 57%
CMYK
87, 69, 0, 0
Luminance
0.1315
Every format
| HEX | #224fff |
| RGB | rgb(34, 79, 255) |
| HSL | hsl(228, 100%, 57%) |
| CMYK | cmyk(87%, 69%, 0%, 0%) |
| LAB | lab(43.0 50.4 -90.1) |
| LCH | lch(43.0 103.2 299.2) |
| OKLCH | oklch(0.529 0.262 265.5) |
Copy-ready code
/* CSS */
color: #224fff;
background-color: #224fff;
/* Tailwind (arbitrary) */
class="text-[#224fff] bg-[#224fff]"
/* SCSS */
$brand: #224fff;
/* SwiftUI */
Color(red: 0.133, green: 0.310, blue: 1.000)
/* Android */
Color.parseColor("#224fff")Accessibility — WCAG contrast
Aa
#224fff on white: 5.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#224fff on black: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green31.0%
Blue100.0%
CMYK percentages
Cyan86.7%
Magenta69.0%
Yellow0.0%
Key (black)0.0%
Color previews
#224fff text on a black background
contrast 3.63:1
Card sample
#224fff text on a white background
contrast 5.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #224fff;
Background color
Panel with #224fff background
background-color: #224fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #224fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 79, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 79, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #224fff; background: linear-gradient(135deg, #224fff, #8822FF);