#0959eb
a balanced, electric blue · cool · closest name: royalblue
RGB
9, 89, 235
HSL
219°, 93%, 48%
CMYK
96, 62, 0, 8
Luminance
0.1320
Every format
| HEX | #0959eb |
| RGB | rgb(9, 89, 235) |
| HSL | hsl(219, 93%, 48%) |
| CMYK | cmyk(96%, 62%, 0%, 8%) |
| LAB | lab(43.1 36.1 -78.8) |
| LCH | lch(43.1 86.6 294.6) |
| OKLCH | oklch(0.522 0.231 261.9) |
Copy-ready code
/* CSS */
color: #0959eb;
background-color: #0959eb;
/* Tailwind (arbitrary) */
class="text-[#0959eb] bg-[#0959eb]"
/* SCSS */
$brand: #0959eb;
/* SwiftUI */
Color(red: 0.035, green: 0.349, blue: 0.922)
/* Android */
Color.parseColor("#0959eb")Accessibility — WCAG contrast
Aa
#0959eb on white: 5.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0959eb on black: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green34.9%
Blue92.2%
CMYK percentages
Cyan96.2%
Magenta62.1%
Yellow0.0%
Key (black)7.8%
Color previews
#0959eb text on a black background
contrast 3.64:1
Card sample
#0959eb text on a white background
contrast 5.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0959eb;
Background color
Panel with #0959eb background
background-color: #0959eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0959eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 89, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 89, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0959eb; background: linear-gradient(135deg, #0959eb, #5009EB);