#0945fd
a balanced, electric blue · warm · closest name: blue
RGB
9, 69, 253
HSL
225°, 98%, 51%
CMYK
96, 73, 0, 1
Luminance
0.1141
Every format
| HEX | #0945fd |
| RGB | rgb(9, 69, 253) |
| HSL | hsl(225, 98%, 51%) |
| CMYK | cmyk(96%, 73%, 0%, 1%) |
| LAB | lab(40.3 54.8 -93.5) |
| LCH | lch(40.3 108.3 300.4) |
| OKLCH | oklch(0.507 0.273 264.1) |
Copy-ready code
/* CSS */
color: #0945fd;
background-color: #0945fd;
/* Tailwind (arbitrary) */
class="text-[#0945fd] bg-[#0945fd]"
/* SCSS */
$brand: #0945fd;
/* SwiftUI */
Color(red: 0.035, green: 0.271, blue: 0.992)
/* Android */
Color.parseColor("#0945fd")Accessibility — WCAG contrast
Aa
#0945fd on white: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0945fd on black: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green27.1%
Blue99.2%
CMYK percentages
Cyan96.4%
Magenta72.7%
Yellow0.0%
Key (black)0.8%
Color previews
#0945fd text on a black background
contrast 3.28:1
Card sample
#0945fd text on a white background
contrast 6.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0945fd;
Background color
Panel with #0945fd background
background-color: #0945fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0945fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 69, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 69, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0945fd; background: linear-gradient(135deg, #0945fd, #7009FD);