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