#0959b8
a dark, electric blue · cool · closest name: royalblue
RGB
9, 89, 184
HSL
213°, 91%, 38%
CMYK
95, 52, 0, 28
Luminance
0.1066
Every format
| HEX | #0959b8 |
| RGB | rgb(9, 89, 184) |
| HSL | hsl(213, 91%, 38%) |
| CMYK | cmyk(95%, 52%, 0%, 28%) |
| LAB | lab(39.0 16.0 -56.0) |
| LCH | lch(39.0 58.3 286.0) |
| OKLCH | oklch(0.479 0.166 257.3) |
Copy-ready code
/* CSS */
color: #0959b8;
background-color: #0959b8;
/* Tailwind (arbitrary) */
class="text-[#0959b8] bg-[#0959b8]"
/* SCSS */
$brand: #0959b8;
/* SwiftUI */
Color(red: 0.035, green: 0.349, blue: 0.722)
/* Android */
Color.parseColor("#0959b8")Accessibility — WCAG contrast
Aa
#0959b8 on white: 6.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0959b8 on black: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green34.9%
Blue72.2%
CMYK percentages
Cyan95.1%
Magenta51.6%
Yellow0.0%
Key (black)27.8%
Color previews
#0959b8 text on a black background
contrast 3.13:1
Card sample
#0959b8 text on a white background
contrast 6.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0959b8;
Background color
Panel with #0959b8 background
background-color: #0959b8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0959b8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 89, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 89, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0959b8; background: linear-gradient(135deg, #0959b8, #2E09B8);