#018564
a dark, electric cyan · cool · closest name: seagreen
RGB
1, 133, 100
HSL
165°, 99%, 26%
CMYK
99, 0, 25, 48
Luminance
0.1770
Every format
| HEX | #018564 |
| RGB | rgb(1, 133, 100) |
| HSL | hsl(165, 99%, 26%) |
| CMYK | cmyk(99%, 0%, 25%, 48%) |
| LAB | lab(49.1 -39.3 9.2) |
| LCH | lch(49.1 40.4 166.8) |
| OKLCH | oklch(0.548 0.111 167.8) |
Copy-ready code
/* CSS */
color: #018564;
background-color: #018564;
/* Tailwind (arbitrary) */
class="text-[#018564] bg-[#018564]"
/* SCSS */
$brand: #018564;
/* SwiftUI */
Color(red: 0.004, green: 0.522, blue: 0.392)
/* Android */
Color.parseColor("#018564")Accessibility — WCAG contrast
Aa
#018564 on white: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#018564 on black: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.4%
Green52.2%
Blue39.2%
CMYK percentages
Cyan99.2%
Magenta0.0%
Yellow24.8%
Key (black)47.8%
Color previews
#018564 text on a black background
contrast 4.54:1
Card sample
#018564 text on a white background
contrast 4.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #018564;
Background color
Panel with #018564 background
background-color: #018564;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #018564;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(1, 133, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(1, 133, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #018564; background: linear-gradient(135deg, #018564, #014E85);