#205c6f
a dark, vivid cyan · cool · closest name: darkslategray
RGB
32, 92, 111
HSL
194°, 55%, 28%
CMYK
71, 17, 0, 57
Luminance
0.0911
Every format
| HEX | #205c6f |
| RGB | rgb(32, 92, 111) |
| HSL | hsl(194, 55%, 28%) |
| CMYK | cmyk(71%, 17%, 0%, 57%) |
| LAB | lab(36.2 -12.5 -16.4) |
| LCH | lch(36.2 20.7 232.7) |
| OKLCH | oklch(0.445 0.068 222.6) |
Copy-ready code
/* CSS */
color: #205c6f;
background-color: #205c6f;
/* Tailwind (arbitrary) */
class="text-[#205c6f] bg-[#205c6f]"
/* SCSS */
$brand: #205c6f;
/* SwiftUI */
Color(red: 0.125, green: 0.361, blue: 0.435)
/* Android */
Color.parseColor("#205c6f")Accessibility — WCAG contrast
Aa
#205c6f on white: 7.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#205c6f on black: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green36.1%
Blue43.5%
CMYK percentages
Cyan71.2%
Magenta17.1%
Yellow0.0%
Key (black)56.5%
Color previews
#205c6f text on a black background
contrast 2.82:1
Card sample
#205c6f text on a white background
contrast 7.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #205c6f;
Background color
Panel with #205c6f background
background-color: #205c6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #205c6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 92, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 92, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #205c6f; background: linear-gradient(135deg, #205c6f, #20276F);