#0941fd
a balanced, electric blue · warm · closest name: blue
RGB
9, 65, 253
HSL
226°, 98%, 51%
CMYK
96, 74, 0, 1
Luminance
0.1093
Every format
| HEX | #0941fd |
| RGB | rgb(9, 65, 253) |
| HSL | hsl(226, 98%, 51%) |
| CMYK | cmyk(96%, 74%, 0%, 1%) |
| LAB | lab(39.5 57.0 -94.8) |
| LCH | lch(39.5 110.6 301.0) |
| OKLCH | oklch(0.501 0.277 264.2) |
Copy-ready code
/* CSS */
color: #0941fd;
background-color: #0941fd;
/* Tailwind (arbitrary) */
class="text-[#0941fd] bg-[#0941fd]"
/* SCSS */
$brand: #0941fd;
/* SwiftUI */
Color(red: 0.035, green: 0.255, blue: 0.992)
/* Android */
Color.parseColor("#0941fd")Accessibility — WCAG contrast
Aa
#0941fd on white: 6.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0941fd on black: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green25.5%
Blue99.2%
CMYK percentages
Cyan96.4%
Magenta74.3%
Yellow0.0%
Key (black)0.8%
Color previews
#0941fd text on a black background
contrast 3.19:1
Card sample
#0941fd text on a white background
contrast 6.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0941fd;
Background color
Panel with #0941fd background
background-color: #0941fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0941fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 65, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 65, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0941fd; background: linear-gradient(135deg, #0941fd, #7409FD);