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