#00565f
a deep, electric cyan · cool · closest name: darkslategray
RGB
0, 86, 95
HSL
186°, 100%, 19%
CMYK
100, 10, 0, 63
Luminance
0.0748
Every format
| HEX | #00565f |
| RGB | rgb(0, 86, 95) |
| HSL | hsl(186, 100%, 19%) |
| CMYK | cmyk(100%, 10%, 0%, 63%) |
| LAB | lab(32.9 -18.6 -11.6) |
| LCH | lch(32.9 21.9 211.9) |
| OKLCH | oklch(0.414 0.071 207.0) |
Copy-ready code
/* CSS */
color: #00565f;
background-color: #00565f;
/* Tailwind (arbitrary) */
class="text-[#00565f] bg-[#00565f]"
/* SCSS */
$brand: #00565f;
/* SwiftUI */
Color(red: 0.000, green: 0.337, blue: 0.373)
/* Android */
Color.parseColor("#00565f")Accessibility — WCAG contrast
Aa
#00565f on white: 8.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#00565f on black: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green33.7%
Blue37.3%
CMYK percentages
Cyan100.0%
Magenta9.5%
Yellow0.0%
Key (black)62.7%
Color previews
#00565f text on a black background
contrast 2.50:1
Card sample
#00565f text on a white background
contrast 8.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00565f;
Background color
Panel with #00565f background
background-color: #00565f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00565f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 86, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 86, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00565f; background: linear-gradient(135deg, #00565f, #00175F);