#1c4654
a deep, vivid cyan · cool · closest name: darkslategray
RGB
28, 70, 84
HSL
195°, 50%, 22%
CMYK
67, 17, 0, 67
Luminance
0.0527
Every format
| HEX | #1c4654 |
| RGB | rgb(28, 70, 84) |
| HSL | hsl(195, 50%, 22%) |
| CMYK | cmyk(67%, 17%, 0%, 67%) |
| LAB | lab(27.5 -9.7 -12.7) |
| LCH | lch(27.5 16.0 232.7) |
| OKLCH | oklch(0.371 0.052 222.9) |
Copy-ready code
/* CSS */
color: #1c4654;
background-color: #1c4654;
/* Tailwind (arbitrary) */
class="text-[#1c4654] bg-[#1c4654]"
/* SCSS */
$brand: #1c4654;
/* SwiftUI */
Color(red: 0.110, green: 0.275, blue: 0.329)
/* Android */
Color.parseColor("#1c4654")Accessibility — WCAG contrast
Aa
#1c4654 on white: 10.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1c4654 on black: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.0%
Green27.5%
Blue32.9%
CMYK percentages
Cyan66.7%
Magenta16.7%
Yellow0.0%
Key (black)67.1%
Color previews
#1c4654 text on a black background
contrast 2.05:1
Card sample
#1c4654 text on a white background
contrast 10.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1c4654;
Background color
Panel with #1c4654 background
background-color: #1c4654;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1c4654;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(28, 70, 84, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(28, 70, 84, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1c4654; background: linear-gradient(135deg, #1c4654, #1C2154);