#09496e
a deep, electric blue · cool · closest name: steelblue
RGB
9, 73, 110
HSL
202°, 85%, 23%
CMYK
92, 34, 0, 57
Luminance
0.0595
Every format
| HEX | #09496e |
| RGB | rgb(9, 73, 110) |
| HSL | hsl(202, 85%, 23%) |
| CMYK | cmyk(92%, 34%, 0%, 57%) |
| LAB | lab(29.3 -4.0 -26.6) |
| LCH | lch(29.3 26.9 261.3) |
| OKLCH | oklch(0.388 0.086 241.4) |
Copy-ready code
/* CSS */
color: #09496e;
background-color: #09496e;
/* Tailwind (arbitrary) */
class="text-[#09496e] bg-[#09496e]"
/* SCSS */
$brand: #09496e;
/* SwiftUI */
Color(red: 0.035, green: 0.286, blue: 0.431)
/* Android */
Color.parseColor("#09496e")Accessibility — WCAG contrast
Aa
#09496e on white: 9.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#09496e on black: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green28.6%
Blue43.1%
CMYK percentages
Cyan91.8%
Magenta33.6%
Yellow0.0%
Key (black)56.9%
Color previews
#09496e text on a black background
contrast 2.19:1
Card sample
#09496e text on a white background
contrast 9.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09496e;
Background color
Panel with #09496e background
background-color: #09496e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09496e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 73, 110, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 73, 110, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09496e; background: linear-gradient(135deg, #09496e, #0C096E);