#0959ce
a dark, electric blue · cool · closest name: royalblue
RGB
9, 89, 206
HSL
216°, 92%, 42%
CMYK
96, 57, 0, 19
Luminance
0.1166
Every format
| HEX | #0959ce |
| RGB | rgb(9, 89, 206) |
| HSL | hsl(216, 92%, 42%) |
| CMYK | cmyk(96%, 57%, 0%, 19%) |
| LAB | lab(40.7 24.9 -66.1) |
| LCH | lch(40.7 70.7 290.6) |
| OKLCH | oklch(0.497 0.194 259.9) |
Copy-ready code
/* CSS */
color: #0959ce;
background-color: #0959ce;
/* Tailwind (arbitrary) */
class="text-[#0959ce] bg-[#0959ce]"
/* SCSS */
$brand: #0959ce;
/* SwiftUI */
Color(red: 0.035, green: 0.349, blue: 0.808)
/* Android */
Color.parseColor("#0959ce")Accessibility — WCAG contrast
Aa
#0959ce on white: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0959ce on black: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green34.9%
Blue80.8%
CMYK percentages
Cyan95.6%
Magenta56.8%
Yellow0.0%
Key (black)19.2%
Color previews
#0959ce text on a black background
contrast 3.33:1
Card sample
#0959ce text on a white background
contrast 6.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0959ce;
Background color
Panel with #0959ce background
background-color: #0959ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0959ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 89, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 89, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0959ce; background: linear-gradient(135deg, #0959ce, #3C09CE);