#0075eb
a balanced, electric blue · cool · closest name: royalblue
RGB
0, 117, 235
HSL
210°, 100%, 46%
CMYK
100, 50, 0, 8
Luminance
0.1872
Every format
| HEX | #0075eb |
| RGB | rgb(0, 117, 235) |
| HSL | hsl(210, 100%, 46%) |
| CMYK | cmyk(100%, 50%, 0%, 8%) |
| LAB | lab(50.4 17.9 -66.9) |
| LCH | lch(50.4 69.2 285.0) |
| OKLCH | oklch(0.577 0.199 256.2) |
Copy-ready code
/* CSS */
color: #0075eb;
background-color: #0075eb;
/* Tailwind (arbitrary) */
class="text-[#0075eb] bg-[#0075eb]"
/* SCSS */
$brand: #0075eb;
/* SwiftUI */
Color(red: 0.000, green: 0.459, blue: 0.922)
/* Android */
Color.parseColor("#0075eb")Accessibility — WCAG contrast
Aa
#0075eb on white: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0075eb on black: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green45.9%
Blue92.2%
CMYK percentages
Cyan100.0%
Magenta50.2%
Yellow0.0%
Key (black)7.8%
Color previews
#0075eb text on a black background
contrast 4.74:1
Card sample
#0075eb text on a white background
contrast 4.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0075eb;
Background color
Panel with #0075eb background
background-color: #0075eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0075eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 117, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 117, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0075eb; background: linear-gradient(135deg, #0075eb, #2800EB);