#00466d
a deep, electric blue · cool · closest name: steelblue
RGB
0, 70, 109
HSL
202°, 100%, 21%
CMYK
100, 36, 0, 57
Luminance
0.0548
Every format
| HEX | #00466d |
| RGB | rgb(0, 70, 109) |
| HSL | hsl(202, 100%, 21%) |
| CMYK | cmyk(100%, 36%, 0%, 57%) |
| LAB | lab(28.1 -3.3 -27.9) |
| LCH | lch(28.1 28.1 263.4) |
| OKLCH | oklch(0.378 0.090 242.2) |
Copy-ready code
/* CSS */
color: #00466d;
background-color: #00466d;
/* Tailwind (arbitrary) */
class="text-[#00466d] bg-[#00466d]"
/* SCSS */
$brand: #00466d;
/* SwiftUI */
Color(red: 0.000, green: 0.275, blue: 0.427)
/* Android */
Color.parseColor("#00466d")Accessibility — WCAG contrast
Aa
#00466d on white: 10.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#00466d on black: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green27.5%
Blue42.7%
CMYK percentages
Cyan100.0%
Magenta35.8%
Yellow0.0%
Key (black)57.3%
Color previews
#00466d text on a black background
contrast 2.10:1
Card sample
#00466d text on a white background
contrast 10.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00466d;
Background color
Panel with #00466d background
background-color: #00466d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00466d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 70, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 70, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00466d; background: linear-gradient(135deg, #00466d, #03006D);