#1f485c
a deep, vivid cyan · cool · closest name: darkslategray
RGB
31, 72, 92
HSL
200°, 50%, 24%
CMYK
66, 22, 0, 64
Luminance
0.0570
Every format
| HEX | #1f485c |
| RGB | rgb(31, 72, 92) |
| HSL | hsl(200, 50%, 24%) |
| CMYK | cmyk(66%, 22%, 0%, 64%) |
| LAB | lab(28.6 -7.4 -16.1) |
| LCH | lch(28.6 17.7 245.3) |
| OKLCH | oklch(0.382 0.057 232.1) |
Copy-ready code
/* CSS */
color: #1f485c;
background-color: #1f485c;
/* Tailwind (arbitrary) */
class="text-[#1f485c] bg-[#1f485c]"
/* SCSS */
$brand: #1f485c;
/* SwiftUI */
Color(red: 0.122, green: 0.282, blue: 0.361)
/* Android */
Color.parseColor("#1f485c")Accessibility — WCAG contrast
Aa
#1f485c on white: 9.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1f485c on black: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green28.2%
Blue36.1%
CMYK percentages
Cyan66.3%
Magenta21.7%
Yellow0.0%
Key (black)63.9%
Color previews
#1f485c text on a black background
contrast 2.14:1
Card sample
#1f485c text on a white background
contrast 9.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f485c;
Background color
Panel with #1f485c background
background-color: #1f485c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f485c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 72, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 72, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f485c; background: linear-gradient(135deg, #1f485c, #1F1F5C);