#093baf
a dark, electric blue · cool · closest name: slateblue
RGB
9, 59, 175
HSL
222°, 90%, 36%
CMYK
95, 66, 0, 31
Luminance
0.0628
Every format
| HEX | #093baf |
| RGB | rgb(9, 59, 175) |
| HSL | hsl(222, 90%, 36%) |
| CMYK | cmyk(95%, 66%, 0%, 31%) |
| LAB | lab(30.1 32.6 -65.2) |
| LCH | lch(30.1 72.9 296.5) |
| OKLCH | oklch(0.410 0.191 263.1) |
Copy-ready code
/* CSS */
color: #093baf;
background-color: #093baf;
/* Tailwind (arbitrary) */
class="text-[#093baf] bg-[#093baf]"
/* SCSS */
$brand: #093baf;
/* SwiftUI */
Color(red: 0.035, green: 0.231, blue: 0.686)
/* Android */
Color.parseColor("#093baf")Accessibility — WCAG contrast
Aa
#093baf on white: 9.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#093baf on black: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green23.1%
Blue68.6%
CMYK percentages
Cyan94.9%
Magenta66.3%
Yellow0.0%
Key (black)31.4%
Color previews
#093baf text on a black background
contrast 2.26:1
Card sample
#093baf text on a white background
contrast 9.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #093baf;
Background color
Panel with #093baf background
background-color: #093baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #093baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 59, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 59, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #093baf; background: linear-gradient(135deg, #093baf, #4609AF);