#00855c
a dark, electric cyan · cool · closest name: seagreen
RGB
0, 133, 92
HSL
162°, 100%, 26%
CMYK
100, 0, 31, 48
Luminance
0.1755
Every format
| HEX | #00855c |
| RGB | rgb(0, 133, 92) |
| HSL | hsl(162, 100%, 26%) |
| CMYK | cmyk(100%, 0%, 31%, 48%) |
| LAB | lab(48.9 -41.4 13.6) |
| LCH | lch(48.9 43.6 161.9) |
| OKLCH | oklch(0.545 0.118 163.0) |
Copy-ready code
/* CSS */
color: #00855c;
background-color: #00855c;
/* Tailwind (arbitrary) */
class="text-[#00855c] bg-[#00855c]"
/* SCSS */
$brand: #00855c;
/* SwiftUI */
Color(red: 0.000, green: 0.522, blue: 0.361)
/* Android */
Color.parseColor("#00855c")Accessibility — WCAG contrast
Aa
#00855c on white: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#00855c on black: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green52.2%
Blue36.1%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow30.8%
Key (black)47.8%
Color previews
#00855c text on a black background
contrast 4.51:1
Card sample
#00855c text on a white background
contrast 4.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00855c;
Background color
Panel with #00855c background
background-color: #00855c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00855c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 133, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 133, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00855c; background: linear-gradient(135deg, #00855c, #005585);