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