#093fba
a dark, electric blue · cool · closest name: slateblue
RGB
9, 63, 186
HSL
222°, 91%, 38%
CMYK
95, 66, 0, 27
Luminance
0.0716
Every format
| HEX | #093fba |
| RGB | rgb(9, 63, 186) |
| HSL | hsl(222, 91%, 38%) |
| CMYK | cmyk(95%, 66%, 0%, 27%) |
| LAB | lab(32.2 34.2 -68.4) |
| LCH | lch(32.2 76.5 296.6) |
| OKLCH | oklch(0.428 0.200 263.1) |
Copy-ready code
/* CSS */
color: #093fba;
background-color: #093fba;
/* Tailwind (arbitrary) */
class="text-[#093fba] bg-[#093fba]"
/* SCSS */
$brand: #093fba;
/* SwiftUI */
Color(red: 0.035, green: 0.247, blue: 0.729)
/* Android */
Color.parseColor("#093fba")Accessibility — WCAG contrast
Aa
#093fba on white: 8.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#093fba on black: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green24.7%
Blue72.9%
CMYK percentages
Cyan95.2%
Magenta66.1%
Yellow0.0%
Key (black)27.1%
Color previews
#093fba text on a black background
contrast 2.43:1
Card sample
#093fba text on a white background
contrast 8.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #093fba;
Background color
Panel with #093fba background
background-color: #093fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #093fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 63, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 63, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #093fba; background: linear-gradient(135deg, #093fba, #4909BA);