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