#2274ff
a balanced, electric blue · cool · closest name: royalblue
RGB
34, 116, 255
HSL
218°, 100%, 57%
CMYK
87, 55, 0, 0
Luminance
0.2005
Every format
| HEX | #2274ff |
| RGB | rgb(34, 116, 255) |
| HSL | hsl(218, 100%, 57%) |
| CMYK | cmyk(87%, 55%, 0%, 0%) |
| LAB | lab(51.9 27.5 -75.5) |
| LCH | lch(51.9 80.3 290.0) |
| OKLCH | oklch(0.595 0.221 260.6) |
Copy-ready code
/* CSS */
color: #2274ff;
background-color: #2274ff;
/* Tailwind (arbitrary) */
class="text-[#2274ff] bg-[#2274ff]"
/* SCSS */
$brand: #2274ff;
/* SwiftUI */
Color(red: 0.133, green: 0.455, blue: 1.000)
/* Android */
Color.parseColor("#2274ff")Accessibility — WCAG contrast
Aa
#2274ff on white: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2274ff on black: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green45.5%
Blue100.0%
CMYK percentages
Cyan86.7%
Magenta54.5%
Yellow0.0%
Key (black)0.0%
Color previews
#2274ff text on a black background
contrast 5.01:1
Card sample
#2274ff text on a white background
contrast 4.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2274ff;
Background color
Panel with #2274ff background
background-color: #2274ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2274ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 116, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 116, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2274ff; background: linear-gradient(135deg, #2274ff, #6322FF);