#001c27
a deep, electric cyan · cool · closest name: black
RGB
0, 28, 39
HSL
197°, 100%, 8%
CMYK
100, 28, 0, 85
Luminance
0.0098
Every format
| HEX | #001c27 |
| RGB | rgb(0, 28, 39) |
| HSL | hsl(197, 100%, 8%) |
| CMYK | cmyk(100%, 28%, 0%, 85%) |
| LAB | lab(8.8 -5.9 -10.6) |
| LCH | lch(8.8 12.1 240.8) |
| OKLCH | oklch(0.211 0.041 227.1) |
Copy-ready code
/* CSS */
color: #001c27;
background-color: #001c27;
/* Tailwind (arbitrary) */
class="text-[#001c27] bg-[#001c27]"
/* SCSS */
$brand: #001c27;
/* SwiftUI */
Color(red: 0.000, green: 0.110, blue: 0.153)
/* Android */
Color.parseColor("#001c27")Accessibility — WCAG contrast
Aa
#001c27 on white: 17.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#001c27 on black: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green11.0%
Blue15.3%
CMYK percentages
Cyan100.0%
Magenta28.2%
Yellow0.0%
Key (black)84.7%
Color previews
#001c27 text on a black background
contrast 1.20:1
Card sample
#001c27 text on a white background
contrast 17.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #001c27;
Background color
Panel with #001c27 background
background-color: #001c27;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #001c27;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 28, 39, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 28, 39, 0.45);
Border & gradient
Gradient panel
border: 3px solid #001c27; background: linear-gradient(135deg, #001c27, #000227);