#205379
a dark, vivid blue · cool · closest name: steelblue
RGB
32, 83, 121
HSL
206°, 58%, 30%
CMYK
74, 31, 0, 53
Luminance
0.0787
Every format
| HEX | #205379 |
| RGB | rgb(32, 83, 121) |
| HSL | hsl(206, 58%, 30%) |
| CMYK | cmyk(74%, 31%, 0%, 53%) |
| LAB | lab(33.7 -3.3 -26.5) |
| LCH | lch(33.7 26.7 262.8) |
| OKLCH | oklch(0.427 0.083 244.2) |
Copy-ready code
/* CSS */
color: #205379;
background-color: #205379;
/* Tailwind (arbitrary) */
class="text-[#205379] bg-[#205379]"
/* SCSS */
$brand: #205379;
/* SwiftUI */
Color(red: 0.125, green: 0.325, blue: 0.475)
/* Android */
Color.parseColor("#205379")Accessibility — WCAG contrast
Aa
#205379 on white: 8.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#205379 on black: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green32.5%
Blue47.5%
CMYK percentages
Cyan73.6%
Magenta31.4%
Yellow0.0%
Key (black)52.5%
Color previews
#205379 text on a black background
contrast 2.57:1
Card sample
#205379 text on a white background
contrast 8.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #205379;
Background color
Panel with #205379 background
background-color: #205379;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #205379;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 83, 121, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 83, 121, 0.45);
Border & gradient
Gradient panel
border: 3px solid #205379; background: linear-gradient(135deg, #205379, #282079);