#205049
a deep, soft cyan · cool · closest name: darkslategray
RGB
32, 80, 73
HSL
171°, 43%, 22%
CMYK
60, 0, 9, 69
Luminance
0.0653
Every format
| HEX | #205049 |
| RGB | rgb(32, 80, 73) |
| HSL | hsl(171, 43%, 22%) |
| CMYK | cmyk(60%, 0%, 9%, 69%) |
| LAB | lab(30.7 -18.2 -0.8) |
| LCH | lch(30.7 18.2 182.5) |
| OKLCH | oklch(0.396 0.053 182.6) |
Copy-ready code
/* CSS */
color: #205049;
background-color: #205049;
/* Tailwind (arbitrary) */
class="text-[#205049] bg-[#205049]"
/* SCSS */
$brand: #205049;
/* SwiftUI */
Color(red: 0.125, green: 0.314, blue: 0.286)
/* Android */
Color.parseColor("#205049")Accessibility — WCAG contrast
Aa
#205049 on white: 9.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#205049 on black: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green31.4%
Blue28.6%
CMYK percentages
Cyan60.0%
Magenta0.0%
Yellow8.8%
Key (black)68.6%
Color previews
#205049 text on a black background
contrast 2.31:1
Card sample
#205049 text on a white background
contrast 9.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #205049;
Background color
Panel with #205049 background
background-color: #205049;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #205049;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 80, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 80, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #205049; background: linear-gradient(135deg, #205049, #203750);