#204f6f
a dark, vivid blue · cool · closest name: darkslategray
RGB
32, 79, 111
HSL
204°, 55%, 28%
CMYK
71, 29, 0, 57
Luminance
0.0705
Every format
| HEX | #204f6f |
| RGB | rgb(32, 79, 111) |
| HSL | hsl(204, 55%, 28%) |
| CMYK | cmyk(71%, 29%, 0%, 57%) |
| LAB | lab(31.9 -4.6 -23.1) |
| LCH | lch(31.9 23.5 258.7) |
| OKLCH | oklch(0.411 0.074 241.6) |
Copy-ready code
/* CSS */
color: #204f6f;
background-color: #204f6f;
/* Tailwind (arbitrary) */
class="text-[#204f6f] bg-[#204f6f]"
/* SCSS */
$brand: #204f6f;
/* SwiftUI */
Color(red: 0.125, green: 0.310, blue: 0.435)
/* Android */
Color.parseColor("#204f6f")Accessibility — WCAG contrast
Aa
#204f6f on white: 8.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#204f6f on black: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green31.0%
Blue43.5%
CMYK percentages
Cyan71.2%
Magenta28.8%
Yellow0.0%
Key (black)56.5%
Color previews
#204f6f text on a black background
contrast 2.41:1
Card sample
#204f6f text on a white background
contrast 8.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #204f6f;
Background color
Panel with #204f6f background
background-color: #204f6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #204f6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 79, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 79, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #204f6f; background: linear-gradient(135deg, #204f6f, #26206F);