#062cf8
a balanced, electric blue · warm · closest name: blue
RGB
6, 44, 248
HSL
231°, 95%, 50%
CMYK
98, 82, 0, 3
Luminance
0.0862
Every format
| HEX | #062cf8 |
| RGB | rgb(6, 44, 248) |
| HSL | hsl(231, 95%, 50%) |
| CMYK | cmyk(98%, 82%, 0%, 3%) |
| LAB | lab(35.2 65.8 -99.0) |
| LCH | lch(35.2 118.9 303.6) |
| OKLCH | oklch(0.470 0.288 264.5) |
Copy-ready code
/* CSS */
color: #062cf8;
background-color: #062cf8;
/* Tailwind (arbitrary) */
class="text-[#062cf8] bg-[#062cf8]"
/* SCSS */
$brand: #062cf8;
/* SwiftUI */
Color(red: 0.024, green: 0.173, blue: 0.973)
/* Android */
Color.parseColor("#062cf8")Accessibility — WCAG contrast
Aa
#062cf8 on white: 7.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#062cf8 on black: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green17.3%
Blue97.3%
CMYK percentages
Cyan97.6%
Magenta82.3%
Yellow0.0%
Key (black)2.7%
Color previews
#062cf8 text on a black background
contrast 2.72:1
Card sample
#062cf8 text on a white background
contrast 7.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #062cf8;
Background color
Panel with #062cf8 background
background-color: #062cf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #062cf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 44, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 44, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #062cf8; background: linear-gradient(135deg, #062cf8, #8106F8);