#093fdf
a balanced, electric blue · cool · closest name: navy
RGB
9, 63, 223
HSL
225°, 92%, 46%
CMYK
96, 72, 0, 13
Luminance
0.0894
Every format
| HEX | #093fdf |
| RGB | rgb(9, 63, 223) |
| HSL | hsl(225, 92%, 46%) |
| CMYK | cmyk(96%, 72%, 0%, 13%) |
| LAB | lab(35.9 47.9 -83.8) |
| LCH | lch(35.9 96.5 299.7) |
| OKLCH | oklch(0.466 0.244 264.0) |
Copy-ready code
/* CSS */
color: #093fdf;
background-color: #093fdf;
/* Tailwind (arbitrary) */
class="text-[#093fdf] bg-[#093fdf]"
/* SCSS */
$brand: #093fdf;
/* SwiftUI */
Color(red: 0.035, green: 0.247, blue: 0.875)
/* Android */
Color.parseColor("#093fdf")Accessibility — WCAG contrast
Aa
#093fdf on white: 7.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#093fdf on black: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green24.7%
Blue87.5%
CMYK percentages
Cyan96.0%
Magenta71.7%
Yellow0.0%
Key (black)12.5%
Color previews
#093fdf text on a black background
contrast 2.79:1
Card sample
#093fdf text on a white background
contrast 7.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #093fdf;
Background color
Panel with #093fdf background
background-color: #093fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #093fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 63, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 63, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #093fdf; background: linear-gradient(135deg, #093fdf, #6209DF);