#093753
a deep, electric blue · cool · closest name: darkslategray
RGB
9, 55, 83
HSL
203°, 80%, 18%
CMYK
89, 34, 0, 68
Luminance
0.0341
Every format
| HEX | #093753 |
| RGB | rgb(9, 55, 83) |
| HSL | hsl(203, 80%, 18%) |
| CMYK | cmyk(89%, 34%, 0%, 68%) |
| LAB | lab(21.6 -3.5 -21.2) |
| LCH | lch(21.6 21.5 260.6) |
| OKLCH | oklch(0.323 0.069 241.3) |
Copy-ready code
/* CSS */
color: #093753;
background-color: #093753;
/* Tailwind (arbitrary) */
class="text-[#093753] bg-[#093753]"
/* SCSS */
$brand: #093753;
/* SwiftUI */
Color(red: 0.035, green: 0.216, blue: 0.325)
/* Android */
Color.parseColor("#093753")Accessibility — WCAG contrast
Aa
#093753 on white: 12.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#093753 on black: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green21.6%
Blue32.5%
CMYK percentages
Cyan89.2%
Magenta33.7%
Yellow0.0%
Key (black)67.5%
Color previews
#093753 text on a black background
contrast 1.68:1
Card sample
#093753 text on a white background
contrast 12.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #093753;
Background color
Panel with #093753 background
background-color: #093753;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #093753;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 55, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 55, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #093753; background: linear-gradient(135deg, #093753, #0C0953);