#20697f
a dark, vivid cyan · cool · closest name: darkslategray
RGB
32, 105, 127
HSL
194°, 60%, 31%
CMYK
75, 17, 0, 50
Luminance
0.1194
Every format
| HEX | #20697f |
| RGB | rgb(32, 105, 127) |
| HSL | hsl(194, 60%, 31%) |
| CMYK | cmyk(75%, 17%, 0%, 50%) |
| LAB | lab(41.1 -14.4 -18.7) |
| LCH | lch(41.1 23.6 232.4) |
| OKLCH | oklch(0.487 0.078 222.2) |
Copy-ready code
/* CSS */
color: #20697f;
background-color: #20697f;
/* Tailwind (arbitrary) */
class="text-[#20697f] bg-[#20697f]"
/* SCSS */
$brand: #20697f;
/* SwiftUI */
Color(red: 0.125, green: 0.412, blue: 0.498)
/* Android */
Color.parseColor("#20697f")Accessibility — WCAG contrast
Aa
#20697f on white: 6.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#20697f on black: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green41.2%
Blue49.8%
CMYK percentages
Cyan74.8%
Magenta17.3%
Yellow0.0%
Key (black)50.2%
Color previews
#20697f text on a black background
contrast 3.39:1
Card sample
#20697f text on a white background
contrast 6.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #20697f;
Background color
Panel with #20697f background
background-color: #20697f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #20697f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 105, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 105, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #20697f; background: linear-gradient(135deg, #20697f, #202A7F);