#204679
a dark, vivid blue · cool · closest name: steelblue
RGB
32, 70, 121
HSL
214°, 58%, 30%
CMYK
74, 42, 0, 53
Luminance
0.0607
Every format
| HEX | #204679 |
| RGB | rgb(32, 70, 121) |
| HSL | hsl(214, 58%, 30%) |
| CMYK | cmyk(74%, 42%, 0%, 53%) |
| LAB | lab(29.6 5.2 -33.0) |
| LCH | lch(29.6 33.4 278.9) |
| OKLCH | oklch(0.394 0.097 256.6) |
Copy-ready code
/* CSS */
color: #204679;
background-color: #204679;
/* Tailwind (arbitrary) */
class="text-[#204679] bg-[#204679]"
/* SCSS */
$brand: #204679;
/* SwiftUI */
Color(red: 0.125, green: 0.275, blue: 0.475)
/* Android */
Color.parseColor("#204679")Accessibility — WCAG contrast
Aa
#204679 on white: 9.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#204679 on black: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green27.5%
Blue47.5%
CMYK percentages
Cyan73.6%
Magenta42.1%
Yellow0.0%
Key (black)52.5%
Color previews
#204679 text on a black background
contrast 2.21:1
Card sample
#204679 text on a white background
contrast 9.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #204679;
Background color
Panel with #204679 background
background-color: #204679;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #204679;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 70, 121, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 70, 121, 0.45);
Border & gradient
Gradient panel
border: 3px solid #204679; background: linear-gradient(135deg, #204679, #352079);