#0652af
a dark, electric blue · cool · closest name: royalblue
RGB
6, 82, 175
HSL
213°, 93%, 36%
CMYK
97, 53, 0, 31
Luminance
0.0917
Every format
| HEX | #0652af |
| RGB | rgb(6, 82, 175) |
| HSL | hsl(213, 93%, 36%) |
| CMYK | cmyk(97%, 53%, 0%, 31%) |
| LAB | lab(36.3 16.9 -55.1) |
| LCH | lch(36.3 57.7 287.1) |
| OKLCH | oklch(0.456 0.163 257.8) |
Copy-ready code
/* CSS */
color: #0652af;
background-color: #0652af;
/* Tailwind (arbitrary) */
class="text-[#0652af] bg-[#0652af]"
/* SCSS */
$brand: #0652af;
/* SwiftUI */
Color(red: 0.024, green: 0.322, blue: 0.686)
/* Android */
Color.parseColor("#0652af")Accessibility — WCAG contrast
Aa
#0652af on white: 7.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0652af on black: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green32.2%
Blue68.6%
CMYK percentages
Cyan96.6%
Magenta53.1%
Yellow0.0%
Key (black)31.4%
Color previews
#0652af text on a black background
contrast 2.83:1
Card sample
#0652af text on a white background
contrast 7.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0652af;
Background color
Panel with #0652af background
background-color: #0652af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0652af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 82, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 82, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0652af; background: linear-gradient(135deg, #0652af, #2B06AF);