#08abba
a dark, electric cyan · cool · closest name: teal
RGB
8, 171, 186
HSL
185°, 92%, 38%
CMYK
96, 8, 0, 27
Luminance
0.3272
Every format
| HEX | #08abba |
| RGB | rgb(8, 171, 186) |
| HSL | hsl(185, 92%, 38%) |
| CMYK | cmyk(96%, 8%, 0%, 27%) |
| LAB | lab(63.9 -30.6 -18.0) |
| LCH | lch(63.9 35.5 210.5) |
| OKLCH | oklch(0.677 0.115 206.0) |
Copy-ready code
/* CSS */
color: #08abba;
background-color: #08abba;
/* Tailwind (arbitrary) */
class="text-[#08abba] bg-[#08abba]"
/* SCSS */
$brand: #08abba;
/* SwiftUI */
Color(red: 0.031, green: 0.671, blue: 0.729)
/* Android */
Color.parseColor("#08abba")Accessibility — WCAG contrast
Aa
#08abba on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08abba on black: 7.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green67.1%
Blue72.9%
CMYK percentages
Cyan95.7%
Magenta8.1%
Yellow0.0%
Key (black)27.1%
Color previews
#08abba text on a black background
contrast 7.54:1
Card sample
#08abba text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08abba;
Background color
Panel with #08abba background
background-color: #08abba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08abba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 171, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 171, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08abba; background: linear-gradient(135deg, #08abba, #0834BA);