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