#2252ff
a balanced, electric blue · warm · closest name: royalblue
RGB
34, 82, 255
HSL
227°, 100%, 57%
CMYK
87, 68, 0, 0
Luminance
0.1359
Every format
| HEX | #2252ff |
| RGB | rgb(34, 82, 255) |
| HSL | hsl(227, 100%, 57%) |
| CMYK | cmyk(87%, 68%, 0%, 0%) |
| LAB | lab(43.6 48.6 -89.0) |
| LCH | lch(43.6 101.4 298.6) |
| OKLCH | oklch(0.533 0.259 265.3) |
Copy-ready code
/* CSS */
color: #2252ff;
background-color: #2252ff;
/* Tailwind (arbitrary) */
class="text-[#2252ff] bg-[#2252ff]"
/* SCSS */
$brand: #2252ff;
/* SwiftUI */
Color(red: 0.133, green: 0.322, blue: 1.000)
/* Android */
Color.parseColor("#2252ff")Accessibility — WCAG contrast
Aa
#2252ff on white: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2252ff on black: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green32.2%
Blue100.0%
CMYK percentages
Cyan86.7%
Magenta67.8%
Yellow0.0%
Key (black)0.0%
Color previews
#2252ff text on a black background
contrast 3.72:1
Card sample
#2252ff text on a white background
contrast 5.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2252ff;
Background color
Panel with #2252ff background
background-color: #2252ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2252ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 82, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 82, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2252ff; background: linear-gradient(135deg, #2252ff, #8622FF);