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