#00886c
a dark, electric cyan · cool · closest name: seagreen
RGB
0, 136, 108
HSL
168°, 100%, 27%
CMYK
100, 0, 21, 47
Luminance
0.1869
Every format
| HEX | #00886c |
| RGB | rgb(0, 136, 108) |
| HSL | hsl(168, 100%, 27%) |
| CMYK | cmyk(100%, 0%, 21%, 47%) |
| LAB | lab(50.3 -38.5 6.3) |
| LCH | lch(50.3 39.0 170.8) |
| OKLCH | oklch(0.558 0.109 171.6) |
Copy-ready code
/* CSS */
color: #00886c;
background-color: #00886c;
/* Tailwind (arbitrary) */
class="text-[#00886c] bg-[#00886c]"
/* SCSS */
$brand: #00886c;
/* SwiftUI */
Color(red: 0.000, green: 0.533, blue: 0.424)
/* Android */
Color.parseColor("#00886c")Accessibility — WCAG contrast
Aa
#00886c on white: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#00886c on black: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green53.3%
Blue42.4%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow20.6%
Key (black)46.7%
Color previews
#00886c text on a black background
contrast 4.74:1
Card sample
#00886c text on a white background
contrast 4.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00886c;
Background color
Panel with #00886c background
background-color: #00886c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00886c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 136, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 136, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00886c; background: linear-gradient(135deg, #00886c, #004A88);