#0959af
a dark, electric blue · cool · closest name: royalblue
RGB
9, 89, 175
HSL
211°, 90%, 36%
CMYK
95, 49, 0, 31
Luminance
0.1030
Every format
| HEX | #0959af |
| RGB | rgb(9, 89, 175) |
| HSL | hsl(211, 90%, 36%) |
| CMYK | cmyk(95%, 49%, 0%, 31%) |
| LAB | lab(38.4 12.4 -51.8) |
| LCH | lch(38.4 53.2 283.4) |
| OKLCH | oklch(0.472 0.154 255.7) |
Copy-ready code
/* CSS */
color: #0959af;
background-color: #0959af;
/* Tailwind (arbitrary) */
class="text-[#0959af] bg-[#0959af]"
/* SCSS */
$brand: #0959af;
/* SwiftUI */
Color(red: 0.035, green: 0.349, blue: 0.686)
/* Android */
Color.parseColor("#0959af")Accessibility — WCAG contrast
Aa
#0959af on white: 6.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0959af on black: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green34.9%
Blue68.6%
CMYK percentages
Cyan94.9%
Magenta49.1%
Yellow0.0%
Key (black)31.4%
Color previews
#0959af text on a black background
contrast 3.06:1
Card sample
#0959af text on a white background
contrast 6.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0959af;
Background color
Panel with #0959af background
background-color: #0959af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0959af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 89, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 89, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0959af; background: linear-gradient(135deg, #0959af, #2809AF);