#0655ff
a balanced, electric blue · cool · closest name: royalblue
RGB
6, 85, 255
HSL
221°, 100%, 51%
CMYK
98, 67, 0, 0
Luminance
0.1376
Every format
| HEX | #0655ff |
| RGB | rgb(6, 85, 255) |
| HSL | hsl(221, 100%, 51%) |
| CMYK | cmyk(98%, 67%, 0%, 0%) |
| LAB | lab(43.9 45.9 -88.6) |
| LCH | lch(43.9 99.8 297.4) |
| OKLCH | oklch(0.534 0.259 262.9) |
Copy-ready code
/* CSS */
color: #0655ff;
background-color: #0655ff;
/* Tailwind (arbitrary) */
class="text-[#0655ff] bg-[#0655ff]"
/* SCSS */
$brand: #0655ff;
/* SwiftUI */
Color(red: 0.024, green: 0.333, blue: 1.000)
/* Android */
Color.parseColor("#0655ff")Accessibility — WCAG contrast
Aa
#0655ff on white: 5.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0655ff on black: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green33.3%
Blue100.0%
CMYK percentages
Cyan97.6%
Magenta66.7%
Yellow0.0%
Key (black)0.0%
Color previews
#0655ff text on a black background
contrast 3.75:1
Card sample
#0655ff text on a white background
contrast 5.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0655ff;
Background color
Panel with #0655ff background
background-color: #0655ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0655ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 85, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 85, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0655ff; background: linear-gradient(135deg, #0655ff, #5D06FF);