#08718f
a dark, electric cyan · cool · closest name: steelblue
RGB
8, 113, 143
HSL
193°, 89%, 30%
CMYK
94, 21, 0, 44
Luminance
0.1385
Every format
| HEX | #08718f |
| RGB | rgb(8, 113, 143) |
| HSL | hsl(193, 89%, 30%) |
| CMYK | cmyk(94%, 21%, 0%, 44%) |
| LAB | lab(44.0 -15.3 -23.8) |
| LCH | lch(44.0 28.3 237.3) |
| OKLCH | oklch(0.511 0.095 225.0) |
Copy-ready code
/* CSS */
color: #08718f;
background-color: #08718f;
/* Tailwind (arbitrary) */
class="text-[#08718f] bg-[#08718f]"
/* SCSS */
$brand: #08718f;
/* SwiftUI */
Color(red: 0.031, green: 0.443, blue: 0.561)
/* Android */
Color.parseColor("#08718f")Accessibility — WCAG contrast
Aa
#08718f on white: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#08718f on black: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green44.3%
Blue56.1%
CMYK percentages
Cyan94.4%
Magenta21.0%
Yellow0.0%
Key (black)43.9%
Color previews
#08718f text on a black background
contrast 3.77:1
Card sample
#08718f text on a white background
contrast 5.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08718f;
Background color
Panel with #08718f background
background-color: #08718f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08718f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 113, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 113, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08718f; background: linear-gradient(135deg, #08718f, #08178F);