#08484f
a deep, electric cyan · cool · closest name: darkslategray
RGB
8, 72, 79
HSL
186°, 82%, 17%
CMYK
90, 9, 0, 69
Luminance
0.0525
Every format
| HEX | #08484f |
| RGB | rgb(8, 72, 79) |
| HSL | hsl(186, 82%, 17%) |
| CMYK | cmyk(90%, 9%, 0%, 69%) |
| LAB | lab(27.4 -15.8 -9.6) |
| LCH | lch(27.4 18.5 211.2) |
| OKLCH | oklch(0.368 0.060 206.5) |
Copy-ready code
/* CSS */
color: #08484f;
background-color: #08484f;
/* Tailwind (arbitrary) */
class="text-[#08484f] bg-[#08484f]"
/* SCSS */
$brand: #08484f;
/* SwiftUI */
Color(red: 0.031, green: 0.282, blue: 0.310)
/* Android */
Color.parseColor("#08484f")Accessibility — WCAG contrast
Aa
#08484f on white: 10.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#08484f on black: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green28.2%
Blue31.0%
CMYK percentages
Cyan89.9%
Magenta8.9%
Yellow0.0%
Key (black)69.0%
Color previews
#08484f text on a black background
contrast 2.05:1
Card sample
#08484f text on a white background
contrast 10.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08484f;
Background color
Panel with #08484f background
background-color: #08484f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08484f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 72, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 72, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08484f; background: linear-gradient(135deg, #08484f, #08194F);