#194673
a dark, vivid blue · cool · closest name: steelblue
RGB
25, 70, 115
HSL
210°, 64%, 28%
CMYK
78, 39, 0, 55
Luminance
0.0582
Every format
| HEX | #194673 |
| RGB | rgb(25, 70, 115) |
| HSL | hsl(210, 64%, 28%) |
| CMYK | cmyk(78%, 39%, 0%, 55%) |
| LAB | lab(29.0 1.7 -30.3) |
| LCH | lch(29.0 30.3 273.3) |
| OKLCH | oklch(0.388 0.091 251.4) |
Copy-ready code
/* CSS */
color: #194673;
background-color: #194673;
/* Tailwind (arbitrary) */
class="text-[#194673] bg-[#194673]"
/* SCSS */
$brand: #194673;
/* SwiftUI */
Color(red: 0.098, green: 0.275, blue: 0.451)
/* Android */
Color.parseColor("#194673")Accessibility — WCAG contrast
Aa
#194673 on white: 9.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#194673 on black: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green27.5%
Blue45.1%
CMYK percentages
Cyan78.3%
Magenta39.1%
Yellow0.0%
Key (black)54.9%
Color previews
#194673 text on a black background
contrast 2.16:1
Card sample
#194673 text on a white background
contrast 9.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #194673;
Background color
Panel with #194673 background
background-color: #194673;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #194673;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 70, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 70, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #194673; background: linear-gradient(135deg, #194673, #281973);