#08afbc
a dark, electric cyan · cool · closest name: teal
RGB
8, 175, 188
HSL
184°, 92%, 38%
CMYK
96, 7, 0, 26
Luminance
0.3434
Every format
| HEX | #08afbc |
| RGB | rgb(8, 175, 188) |
| HSL | hsl(184, 92%, 38%) |
| CMYK | cmyk(96%, 7%, 0%, 26%) |
| LAB | lab(65.2 -31.9 -17.2) |
| LCH | lch(65.2 36.2 208.3) |
| OKLCH | oklch(0.688 0.116 204.3) |
Copy-ready code
/* CSS */
color: #08afbc;
background-color: #08afbc;
/* Tailwind (arbitrary) */
class="text-[#08afbc] bg-[#08afbc]"
/* SCSS */
$brand: #08afbc;
/* SwiftUI */
Color(red: 0.031, green: 0.686, blue: 0.737)
/* Android */
Color.parseColor("#08afbc")Accessibility — WCAG contrast
Aa
#08afbc on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08afbc on black: 7.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green68.6%
Blue73.7%
CMYK percentages
Cyan95.7%
Magenta6.9%
Yellow0.0%
Key (black)26.3%
Color previews
#08afbc text on a black background
contrast 7.87:1
Card sample
#08afbc text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08afbc;
Background color
Panel with #08afbc background
background-color: #08afbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08afbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 175, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 175, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08afbc; background: linear-gradient(135deg, #08afbc, #0837BC);