#0935eb
a balanced, electric blue · warm · closest name: blue
RGB
9, 53, 235
HSL
228°, 93%, 48%
CMYK
96, 77, 0, 8
Luminance
0.0860
Every format
| HEX | #0935eb |
| RGB | rgb(9, 53, 235) |
| HSL | hsl(228, 93%, 48%) |
| CMYK | cmyk(96%, 77%, 0%, 8%) |
| LAB | lab(35.2 57.5 -91.7) |
| LCH | lch(35.2 108.3 302.1) |
| OKLCH | oklch(0.465 0.267 264.6) |
Copy-ready code
/* CSS */
color: #0935eb;
background-color: #0935eb;
/* Tailwind (arbitrary) */
class="text-[#0935eb] bg-[#0935eb]"
/* SCSS */
$brand: #0935eb;
/* SwiftUI */
Color(red: 0.035, green: 0.208, blue: 0.922)
/* Android */
Color.parseColor("#0935eb")Accessibility — WCAG contrast
Aa
#0935eb on white: 7.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0935eb on black: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green20.8%
Blue92.2%
CMYK percentages
Cyan96.2%
Magenta77.4%
Yellow0.0%
Key (black)7.8%
Color previews
#0935eb text on a black background
contrast 2.72:1
Card sample
#0935eb text on a white background
contrast 7.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0935eb;
Background color
Panel with #0935eb background
background-color: #0935eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0935eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 53, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 53, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0935eb; background: linear-gradient(135deg, #0935eb, #7309EB);