#1c536f
a dark, vivid blue · cool · closest name: darkslategray
RGB
28, 83, 111
HSL
200°, 60%, 27%
CMYK
75, 25, 0, 57
Luminance
0.0758
Every format
| HEX | #1c536f |
| RGB | rgb(28, 83, 111) |
| HSL | hsl(200, 60%, 27%) |
| CMYK | cmyk(75%, 25%, 0%, 57%) |
| LAB | lab(33.1 -7.8 -21.3) |
| LCH | lch(33.1 22.6 249.9) |
| OKLCH | oklch(0.420 0.073 234.7) |
Copy-ready code
/* CSS */
color: #1c536f;
background-color: #1c536f;
/* Tailwind (arbitrary) */
class="text-[#1c536f] bg-[#1c536f]"
/* SCSS */
$brand: #1c536f;
/* SwiftUI */
Color(red: 0.110, green: 0.325, blue: 0.435)
/* Android */
Color.parseColor("#1c536f")Accessibility — WCAG contrast
Aa
#1c536f on white: 8.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1c536f on black: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.0%
Green32.5%
Blue43.5%
CMYK percentages
Cyan74.8%
Magenta25.2%
Yellow0.0%
Key (black)56.5%
Color previews
#1c536f text on a black background
contrast 2.52:1
Card sample
#1c536f text on a white background
contrast 8.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1c536f;
Background color
Panel with #1c536f background
background-color: #1c536f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1c536f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(28, 83, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(28, 83, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1c536f; background: linear-gradient(135deg, #1c536f, #1C1C6F);