#093bfd
a balanced, electric blue · warm · closest name: blue
RGB
9, 59, 253
HSL
228°, 98%, 51%
CMYK
96, 77, 0, 1
Luminance
0.1028
Every format
| HEX | #093bfd |
| RGB | rgb(9, 59, 253) |
| HSL | hsl(228, 98%, 51%) |
| CMYK | cmyk(96%, 77%, 0%, 1%) |
| LAB | lab(38.3 60.2 -96.7) |
| LCH | lch(38.3 113.9 301.9) |
| OKLCH | oklch(0.493 0.282 264.4) |
Copy-ready code
/* CSS */
color: #093bfd;
background-color: #093bfd;
/* Tailwind (arbitrary) */
class="text-[#093bfd] bg-[#093bfd]"
/* SCSS */
$brand: #093bfd;
/* SwiftUI */
Color(red: 0.035, green: 0.231, blue: 0.992)
/* Android */
Color.parseColor("#093bfd")Accessibility — WCAG contrast
Aa
#093bfd on white: 6.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#093bfd on black: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green23.1%
Blue99.2%
CMYK percentages
Cyan96.4%
Magenta76.7%
Yellow0.0%
Key (black)0.8%
Color previews
#093bfd text on a black background
contrast 3.06:1
Card sample
#093bfd text on a white background
contrast 6.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #093bfd;
Background color
Panel with #093bfd background
background-color: #093bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #093bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 59, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 59, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #093bfd; background: linear-gradient(135deg, #093bfd, #7A09FD);