#08afb9
a dark, electric cyan · cool · closest name: teal
RGB
8, 175, 185
HSL
183°, 92%, 38%
CMYK
96, 5, 0, 28
Luminance
0.3421
Every format
| HEX | #08afb9 |
| RGB | rgb(8, 175, 185) |
| HSL | hsl(183, 92%, 38%) |
| CMYK | cmyk(96%, 5%, 0%, 28%) |
| LAB | lab(65.1 -32.9 -15.7) |
| LCH | lch(65.1 36.4 205.5) |
| OKLCH | oklch(0.687 0.116 202.1) |
Copy-ready code
/* CSS */
color: #08afb9;
background-color: #08afb9;
/* Tailwind (arbitrary) */
class="text-[#08afb9] bg-[#08afb9]"
/* SCSS */
$brand: #08afb9;
/* SwiftUI */
Color(red: 0.031, green: 0.686, blue: 0.725)
/* Android */
Color.parseColor("#08afb9")Accessibility — WCAG contrast
Aa
#08afb9 on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08afb9 on black: 7.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green68.6%
Blue72.5%
CMYK percentages
Cyan95.7%
Magenta5.4%
Yellow0.0%
Key (black)27.5%
Color previews
#08afb9 text on a black background
contrast 7.84:1
Card sample
#08afb9 text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08afb9;
Background color
Panel with #08afb9 background
background-color: #08afb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08afb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 175, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 175, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08afb9; background: linear-gradient(135deg, #08afb9, #0839B9);