#1a332e
a deep, soft cyan · cool · closest name: darkslategray
RGB
26, 51, 46
HSL
168°, 33%, 15%
CMYK
49, 0, 10, 80
Luminance
0.0278
Every format
| HEX | #1a332e |
| RGB | rgb(26, 51, 46) |
| HSL | hsl(168, 33%, 15%) |
| CMYK | cmyk(49%, 0%, 10%, 80%) |
| LAB | lab(19.2 -11.2 0.1) |
| LCH | lch(19.2 11.2 179.3) |
| OKLCH | oklch(0.299 0.033 179.7) |
Copy-ready code
/* CSS */
color: #1a332e;
background-color: #1a332e;
/* Tailwind (arbitrary) */
class="text-[#1a332e] bg-[#1a332e]"
/* SCSS */
$brand: #1a332e;
/* SwiftUI */
Color(red: 0.102, green: 0.200, blue: 0.180)
/* Android */
Color.parseColor("#1a332e")Accessibility — WCAG contrast
Aa
#1a332e on white: 13.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1a332e on black: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green20.0%
Blue18.0%
CMYK percentages
Cyan49.0%
Magenta0.0%
Yellow9.8%
Key (black)80.0%
Color previews
#1a332e text on a black background
contrast 1.56:1
Card sample
#1a332e text on a white background
contrast 13.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1a332e;
Background color
Panel with #1a332e background
background-color: #1a332e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1a332e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 51, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 51, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1a332e; background: linear-gradient(135deg, #1a332e, #1A2733);