#1f525c
a deep, vivid cyan · cool · closest name: darkslategray
RGB
31, 82, 92
HSL
190°, 50%, 24%
CMYK
66, 11, 0, 64
Luminance
0.0710
Every format
| HEX | #1f525c |
| RGB | rgb(31, 82, 92) |
| HSL | hsl(190, 50%, 24%) |
| CMYK | cmyk(66%, 11%, 0%, 64%) |
| LAB | lab(32.0 -13.5 -10.9) |
| LCH | lch(32.0 17.3 219.0) |
| OKLCH | oklch(0.409 0.056 212.6) |
Copy-ready code
/* CSS */
color: #1f525c;
background-color: #1f525c;
/* Tailwind (arbitrary) */
class="text-[#1f525c] bg-[#1f525c]"
/* SCSS */
$brand: #1f525c;
/* SwiftUI */
Color(red: 0.122, green: 0.322, blue: 0.361)
/* Android */
Color.parseColor("#1f525c")Accessibility — WCAG contrast
Aa
#1f525c on white: 8.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1f525c on black: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green32.2%
Blue36.1%
CMYK percentages
Cyan66.3%
Magenta10.9%
Yellow0.0%
Key (black)63.9%
Color previews
#1f525c text on a black background
contrast 2.42:1
Card sample
#1f525c text on a white background
contrast 8.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f525c;
Background color
Panel with #1f525c background
background-color: #1f525c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f525c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 82, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 82, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f525c; background: linear-gradient(135deg, #1f525c, #1F295C);