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