#1a4f4f
a deep, vivid cyan · cool · closest name: darkslategray
RGB
26, 79, 79
HSL
180°, 51%, 21%
CMYK
67, 0, 0, 69
Luminance
0.0638
Every format
| HEX | #1a4f4f |
| RGB | rgb(26, 79, 79) |
| HSL | hsl(180, 51%, 21%) |
| CMYK | cmyk(67%, 0%, 0%, 69%) |
| LAB | lab(30.3 -17.1 -5.2) |
| LCH | lch(30.3 17.9 196.9) |
| OKLCH | oklch(0.393 0.055 195.1) |
Copy-ready code
/* CSS */
color: #1a4f4f;
background-color: #1a4f4f;
/* Tailwind (arbitrary) */
class="text-[#1a4f4f] bg-[#1a4f4f]"
/* SCSS */
$brand: #1a4f4f;
/* SwiftUI */
Color(red: 0.102, green: 0.310, blue: 0.310)
/* Android */
Color.parseColor("#1a4f4f")Accessibility — WCAG contrast
Aa
#1a4f4f on white: 9.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1a4f4f on black: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green31.0%
Blue31.0%
CMYK percentages
Cyan67.1%
Magenta0.0%
Yellow0.0%
Key (black)69.0%
Color previews
#1a4f4f text on a black background
contrast 2.28:1
Card sample
#1a4f4f text on a white background
contrast 9.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1a4f4f;
Background color
Panel with #1a4f4f background
background-color: #1a4f4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1a4f4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 79, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 79, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1a4f4f; background: linear-gradient(135deg, #1a4f4f, #1A2C4F);