#0065eb
a balanced, electric blue · cool · closest name: royalblue
RGB
0, 101, 235
HSL
214°, 100%, 46%
CMYK
100, 57, 0, 8
Luminance
0.1531
Every format
| HEX | #0065eb |
| RGB | rgb(0, 101, 235) |
| HSL | hsl(214, 100%, 46%) |
| CMYK | cmyk(100%, 57%, 0%, 8%) |
| LAB | lab(46.0 28.2 -73.9) |
| LCH | lch(46.0 79.1 290.9) |
| OKLCH | oklch(0.544 0.217 259.6) |
Copy-ready code
/* CSS */
color: #0065eb;
background-color: #0065eb;
/* Tailwind (arbitrary) */
class="text-[#0065eb] bg-[#0065eb]"
/* SCSS */
$brand: #0065eb;
/* SwiftUI */
Color(red: 0.000, green: 0.396, blue: 0.922)
/* Android */
Color.parseColor("#0065eb")Accessibility — WCAG contrast
Aa
#0065eb on white: 5.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0065eb on black: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green39.6%
Blue92.2%
CMYK percentages
Cyan100.0%
Magenta57.0%
Yellow0.0%
Key (black)7.8%
Color previews
#0065eb text on a black background
contrast 4.06:1
Card sample
#0065eb text on a white background
contrast 5.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0065eb;
Background color
Panel with #0065eb background
background-color: #0065eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0065eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 101, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 101, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0065eb; background: linear-gradient(135deg, #0065eb, #3800EB);