#1c5568
a dark, vivid cyan · cool · closest name: darkslategray
RGB
28, 85, 104
HSL
195°, 58%, 26%
CMYK
73, 18, 0, 59
Luminance
0.0774
Every format
| HEX | #1c5568 |
| RGB | rgb(28, 85, 104) |
| HSL | hsl(195, 58%, 26%) |
| CMYK | cmyk(73%, 18%, 0%, 59%) |
| LAB | lab(33.4 -11.6 -16.3) |
| LCH | lch(33.4 20.0 234.7) |
| OKLCH | oklch(0.421 0.066 223.9) |
Copy-ready code
/* CSS */
color: #1c5568;
background-color: #1c5568;
/* Tailwind (arbitrary) */
class="text-[#1c5568] bg-[#1c5568]"
/* SCSS */
$brand: #1c5568;
/* SwiftUI */
Color(red: 0.110, green: 0.333, blue: 0.408)
/* Android */
Color.parseColor("#1c5568")Accessibility — WCAG contrast
Aa
#1c5568 on white: 8.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1c5568 on black: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.0%
Green33.3%
Blue40.8%
CMYK percentages
Cyan73.1%
Magenta18.3%
Yellow0.0%
Key (black)59.2%
Color previews
#1c5568 text on a black background
contrast 2.55:1
Card sample
#1c5568 text on a white background
contrast 8.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1c5568;
Background color
Panel with #1c5568 background
background-color: #1c5568;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1c5568;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(28, 85, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(28, 85, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1c5568; background: linear-gradient(135deg, #1c5568, #1C2268);