#0959b2
a dark, electric blue · cool · closest name: royalblue
RGB
9, 89, 178
HSL
212°, 90%, 37%
CMYK
95, 50, 0, 30
Luminance
0.1042
Every format
| HEX | #0959b2 |
| RGB | rgb(9, 89, 178) |
| HSL | hsl(212, 90%, 37%) |
| CMYK | cmyk(95%, 50%, 0%, 30%) |
| LAB | lab(38.6 13.6 -53.2) |
| LCH | lch(38.6 54.9 284.3) |
| OKLCH | oklch(0.474 0.158 256.3) |
Copy-ready code
/* CSS */
color: #0959b2;
background-color: #0959b2;
/* Tailwind (arbitrary) */
class="text-[#0959b2] bg-[#0959b2]"
/* SCSS */
$brand: #0959b2;
/* SwiftUI */
Color(red: 0.035, green: 0.349, blue: 0.698)
/* Android */
Color.parseColor("#0959b2")Accessibility — WCAG contrast
Aa
#0959b2 on white: 6.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0959b2 on black: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green34.9%
Blue69.8%
CMYK percentages
Cyan94.9%
Magenta50.0%
Yellow0.0%
Key (black)30.2%
Color previews
#0959b2 text on a black background
contrast 3.08:1
Card sample
#0959b2 text on a white background
contrast 6.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0959b2;
Background color
Panel with #0959b2 background
background-color: #0959b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0959b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 89, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 89, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0959b2; background: linear-gradient(135deg, #0959b2, #2A09B2);