#205f6f
a dark, vivid cyan · cool · closest name: darkslategray
RGB
32, 95, 111
HSL
192°, 55%, 28%
CMYK
71, 14, 0, 57
Luminance
0.0964
Every format
| HEX | #205f6f |
| RGB | rgb(32, 95, 111) |
| HSL | hsl(192, 55%, 28%) |
| CMYK | cmyk(71%, 14%, 0%, 57%) |
| LAB | lab(37.2 -14.3 -14.9) |
| LCH | lch(37.2 20.6 226.3) |
| OKLCH | oklch(0.453 0.068 217.9) |
Copy-ready code
/* CSS */
color: #205f6f;
background-color: #205f6f;
/* Tailwind (arbitrary) */
class="text-[#205f6f] bg-[#205f6f]"
/* SCSS */
$brand: #205f6f;
/* SwiftUI */
Color(red: 0.125, green: 0.373, blue: 0.435)
/* Android */
Color.parseColor("#205f6f")Accessibility — WCAG contrast
Aa
#205f6f on white: 7.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#205f6f on black: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green37.3%
Blue43.5%
CMYK percentages
Cyan71.2%
Magenta14.4%
Yellow0.0%
Key (black)56.5%
Color previews
#205f6f text on a black background
contrast 2.93:1
Card sample
#205f6f text on a white background
contrast 7.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #205f6f;
Background color
Panel with #205f6f background
background-color: #205f6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #205f6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 95, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 95, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #205f6f; background: linear-gradient(135deg, #205f6f, #202A6F);