#08554f
a deep, electric cyan · cool · closest name: darkslategray
RGB
8, 85, 79
HSL
175°, 83%, 18%
CMYK
91, 0, 7, 67
Luminance
0.0711
Every format
| HEX | #08554f |
| RGB | rgb(8, 85, 79) |
| HSL | hsl(175, 83%, 18%) |
| CMYK | cmyk(91%, 0%, 7%, 67%) |
| LAB | lab(32.1 -22.9 -2.7) |
| LCH | lch(32.1 23.0 186.7) |
| OKLCH | oklch(0.406 0.068 186.4) |
Copy-ready code
/* CSS */
color: #08554f;
background-color: #08554f;
/* Tailwind (arbitrary) */
class="text-[#08554f] bg-[#08554f]"
/* SCSS */
$brand: #08554f;
/* SwiftUI */
Color(red: 0.031, green: 0.333, blue: 0.310)
/* Android */
Color.parseColor("#08554f")Accessibility — WCAG contrast
Aa
#08554f on white: 8.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08554f on black: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green33.3%
Blue31.0%
CMYK percentages
Cyan90.6%
Magenta0.0%
Yellow7.1%
Key (black)66.7%
Color previews
#08554f text on a black background
contrast 2.42:1
Card sample
#08554f text on a white background
contrast 8.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08554f;
Background color
Panel with #08554f background
background-color: #08554f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08554f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 85, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 85, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08554f; background: linear-gradient(135deg, #08554f, #082855);