#00446e
a deep, electric blue · cool · closest name: steelblue
RGB
0, 68, 110
HSL
203°, 100%, 22%
CMYK
100, 38, 0, 57
Luminance
0.0526
Every format
| HEX | #00446e |
| RGB | rgb(0, 68, 110) |
| HSL | hsl(203, 100%, 22%) |
| CMYK | cmyk(100%, 38%, 0%, 57%) |
| LAB | lab(27.5 -1.5 -29.5) |
| LCH | lch(27.5 29.6 267.1) |
| OKLCH | oklch(0.373 0.093 244.6) |
Copy-ready code
/* CSS */
color: #00446e;
background-color: #00446e;
/* Tailwind (arbitrary) */
class="text-[#00446e] bg-[#00446e]"
/* SCSS */
$brand: #00446e;
/* SwiftUI */
Color(red: 0.000, green: 0.267, blue: 0.431)
/* Android */
Color.parseColor("#00446e")Accessibility — WCAG contrast
Aa
#00446e on white: 10.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#00446e on black: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green26.7%
Blue43.1%
CMYK percentages
Cyan100.0%
Magenta38.2%
Yellow0.0%
Key (black)56.9%
Color previews
#00446e text on a black background
contrast 2.05:1
Card sample
#00446e text on a white background
contrast 10.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00446e;
Background color
Panel with #00446e background
background-color: #00446e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00446e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 68, 110, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 68, 110, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00446e; background: linear-gradient(135deg, #00446e, #05006E);