#062dfd
a balanced, electric blue · warm · closest name: blue
RGB
6, 45, 253
HSL
231°, 98%, 51%
CMYK
98, 82, 0, 1
Luminance
0.0901
Every format
| HEX | #062dfd |
| RGB | rgb(6, 45, 253) |
| HSL | hsl(231, 98%, 51%) |
| CMYK | cmyk(98%, 82%, 0%, 1%) |
| LAB | lab(36.0 66.9 -100.6) |
| LCH | lch(36.0 120.8 303.6) |
| OKLCH | oklch(0.477 0.293 264.5) |
Copy-ready code
/* CSS */
color: #062dfd;
background-color: #062dfd;
/* Tailwind (arbitrary) */
class="text-[#062dfd] bg-[#062dfd]"
/* SCSS */
$brand: #062dfd;
/* SwiftUI */
Color(red: 0.024, green: 0.176, blue: 0.992)
/* Android */
Color.parseColor("#062dfd")Accessibility — WCAG contrast
Aa
#062dfd on white: 7.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#062dfd on black: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green17.6%
Blue99.2%
CMYK percentages
Cyan97.6%
Magenta82.2%
Yellow0.0%
Key (black)0.8%
Color previews
#062dfd text on a black background
contrast 2.80:1
Card sample
#062dfd text on a white background
contrast 7.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #062dfd;
Background color
Panel with #062dfd background
background-color: #062dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #062dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 45, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 45, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #062dfd; background: linear-gradient(135deg, #062dfd, #8406FD);