#08798f
a dark, electric cyan · cool · closest name: teal
RGB
8, 121, 143
HSL
190°, 89%, 30%
CMYK
94, 15, 0, 44
Luminance
0.1571
Every format
| HEX | #08798f |
| RGB | rgb(8, 121, 143) |
| HSL | hsl(190, 89%, 30%) |
| CMYK | cmyk(94%, 15%, 0%, 44%) |
| LAB | lab(46.6 -19.7 -19.9) |
| LCH | lch(46.6 28.0 225.2) |
| OKLCH | oklch(0.532 0.093 216.7) |
Copy-ready code
/* CSS */
color: #08798f;
background-color: #08798f;
/* Tailwind (arbitrary) */
class="text-[#08798f] bg-[#08798f]"
/* SCSS */
$brand: #08798f;
/* SwiftUI */
Color(red: 0.031, green: 0.475, blue: 0.561)
/* Android */
Color.parseColor("#08798f")Accessibility — WCAG contrast
Aa
#08798f on white: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#08798f on black: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green47.5%
Blue56.1%
CMYK percentages
Cyan94.4%
Magenta15.4%
Yellow0.0%
Key (black)43.9%
Color previews
#08798f text on a black background
contrast 4.14:1
Card sample
#08798f text on a white background
contrast 5.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08798f;
Background color
Panel with #08798f background
background-color: #08798f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08798f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 121, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 121, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08798f; background: linear-gradient(135deg, #08798f, #081F8F);