#00535f
a deep, electric cyan · cool · closest name: darkslategray
RGB
0, 83, 95
HSL
188°, 100%, 19%
CMYK
100, 13, 0, 63
Luminance
0.0701
Every format
| HEX | #00535f |
| RGB | rgb(0, 83, 95) |
| HSL | hsl(188, 100%, 19%) |
| CMYK | cmyk(100%, 13%, 0%, 63%) |
| LAB | lab(31.8 -16.9 -13.2) |
| LCH | lch(31.8 21.4 218.0) |
| OKLCH | oklch(0.406 0.070 211.4) |
Copy-ready code
/* CSS */
color: #00535f;
background-color: #00535f;
/* Tailwind (arbitrary) */
class="text-[#00535f] bg-[#00535f]"
/* SCSS */
$brand: #00535f;
/* SwiftUI */
Color(red: 0.000, green: 0.325, blue: 0.373)
/* Android */
Color.parseColor("#00535f")Accessibility — WCAG contrast
Aa
#00535f on white: 8.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#00535f on black: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green32.5%
Blue37.3%
CMYK percentages
Cyan100.0%
Magenta12.6%
Yellow0.0%
Key (black)62.7%
Color previews
#00535f text on a black background
contrast 2.40:1
Card sample
#00535f text on a white background
contrast 8.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00535f;
Background color
Panel with #00535f background
background-color: #00535f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00535f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 83, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 83, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00535f; background: linear-gradient(135deg, #00535f, #00145F);