#2a47ff
a balanced, electric blue · warm · closest name: blue
RGB
42, 71, 255
HSL
232°, 100%, 58%
CMYK
84, 72, 0, 0
Luminance
0.1222
Every format
| HEX | #2a47ff |
| RGB | rgb(42, 71, 255) |
| HSL | hsl(232, 100%, 58%) |
| CMYK | cmyk(84%, 72%, 0%, 0%) |
| LAB | lab(41.6 55.4 -92.4) |
| LCH | lch(41.6 107.8 300.9) |
| OKLCH | oklch(0.519 0.268 267.2) |
Copy-ready code
/* CSS */
color: #2a47ff;
background-color: #2a47ff;
/* Tailwind (arbitrary) */
class="text-[#2a47ff] bg-[#2a47ff]"
/* SCSS */
$brand: #2a47ff;
/* SwiftUI */
Color(red: 0.165, green: 0.278, blue: 1.000)
/* Android */
Color.parseColor("#2a47ff")Accessibility — WCAG contrast
Aa
#2a47ff on white: 6.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2a47ff on black: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green27.8%
Blue100.0%
CMYK percentages
Cyan83.5%
Magenta72.2%
Yellow0.0%
Key (black)0.0%
Color previews
#2a47ff text on a black background
contrast 3.44:1
Card sample
#2a47ff text on a white background
contrast 6.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2a47ff;
Background color
Panel with #2a47ff background
background-color: #2a47ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2a47ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 71, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 71, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2a47ff; background: linear-gradient(135deg, #2a47ff, #9B2AFF);