#065cff
a balanced, electric blue · cool · closest name: royalblue
RGB
6, 92, 255
HSL
219°, 100%, 51%
CMYK
98, 64, 0, 0
Luminance
0.1491
Every format
| HEX | #065cff |
| RGB | rgb(6, 92, 255) |
| HSL | hsl(219, 100%, 51%) |
| CMYK | cmyk(98%, 64%, 0%, 0%) |
| LAB | lab(45.5 41.6 -85.9) |
| LCH | lch(45.5 95.5 295.8) |
| OKLCH | oklch(0.546 0.252 262.3) |
Copy-ready code
/* CSS */
color: #065cff;
background-color: #065cff;
/* Tailwind (arbitrary) */
class="text-[#065cff] bg-[#065cff]"
/* SCSS */
$brand: #065cff;
/* SwiftUI */
Color(red: 0.024, green: 0.361, blue: 1.000)
/* Android */
Color.parseColor("#065cff")Accessibility — WCAG contrast
Aa
#065cff on white: 5.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#065cff on black: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green36.1%
Blue100.0%
CMYK percentages
Cyan97.6%
Magenta63.9%
Yellow0.0%
Key (black)0.0%
Color previews
#065cff text on a black background
contrast 3.98:1
Card sample
#065cff text on a white background
contrast 5.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #065cff;
Background color
Panel with #065cff background
background-color: #065cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #065cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 92, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 92, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #065cff; background: linear-gradient(135deg, #065cff, #5606FF);