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