#1f667a
a dark, vivid cyan · cool · closest name: darkslategray
RGB
31, 102, 122
HSL
193°, 60%, 30%
CMYK
75, 16, 0, 52
Luminance
0.1120
Every format
| HEX | #1f667a |
| RGB | rgb(31, 102, 122) |
| HSL | hsl(193, 60%, 30%) |
| CMYK | cmyk(75%, 16%, 0%, 52%) |
| LAB | lab(39.9 -14.6 -17.5) |
| LCH | lch(39.9 22.8 230.2) |
| OKLCH | oklch(0.476 0.075 220.6) |
Copy-ready code
/* CSS */
color: #1f667a;
background-color: #1f667a;
/* Tailwind (arbitrary) */
class="text-[#1f667a] bg-[#1f667a]"
/* SCSS */
$brand: #1f667a;
/* SwiftUI */
Color(red: 0.122, green: 0.400, blue: 0.478)
/* Android */
Color.parseColor("#1f667a")Accessibility — WCAG contrast
Aa
#1f667a on white: 6.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#1f667a on black: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green40.0%
Blue47.8%
CMYK percentages
Cyan74.6%
Magenta16.4%
Yellow0.0%
Key (black)52.2%
Color previews
#1f667a text on a black background
contrast 3.24:1
Card sample
#1f667a text on a white background
contrast 6.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f667a;
Background color
Panel with #1f667a background
background-color: #1f667a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f667a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 102, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 102, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f667a; background: linear-gradient(135deg, #1f667a, #1F297A);