#00545f
a deep, electric cyan · cool · closest name: darkslategray
RGB
0, 84, 95
HSL
187°, 100%, 19%
CMYK
100, 12, 0, 63
Luminance
0.0717
Every format
| HEX | #00545f |
| RGB | rgb(0, 84, 95) |
| HSL | hsl(187, 100%, 19%) |
| CMYK | cmyk(100%, 12%, 0%, 63%) |
| LAB | lab(32.2 -17.4 -12.6) |
| LCH | lch(32.2 21.5 215.9) |
| OKLCH | oklch(0.408 0.071 210.0) |
Copy-ready code
/* CSS */
color: #00545f;
background-color: #00545f;
/* Tailwind (arbitrary) */
class="text-[#00545f] bg-[#00545f]"
/* SCSS */
$brand: #00545f;
/* SwiftUI */
Color(red: 0.000, green: 0.329, blue: 0.373)
/* Android */
Color.parseColor("#00545f")Accessibility — WCAG contrast
Aa
#00545f on white: 8.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#00545f on black: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green32.9%
Blue37.3%
CMYK percentages
Cyan100.0%
Magenta11.6%
Yellow0.0%
Key (black)62.7%
Color previews
#00545f text on a black background
contrast 2.43:1
Card sample
#00545f text on a white background
contrast 8.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00545f;
Background color
Panel with #00545f background
background-color: #00545f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00545f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 84, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 84, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00545f; background: linear-gradient(135deg, #00545f, #00155F);