#06afab
a dark, electric cyan · cool · closest name: teal
RGB
6, 175, 171
HSL
179°, 93%, 36%
CMYK
97, 0, 2, 31
Luminance
0.3364
Every format
| HEX | #06afab |
| RGB | rgb(6, 175, 171) |
| HSL | hsl(179, 93%, 36%) |
| CMYK | cmyk(97%, 0%, 2%, 31%) |
| LAB | lab(64.7 -37.3 -8.6) |
| LCH | lch(64.7 38.2 192.9) |
| OKLCH | oklch(0.682 0.116 191.9) |
Copy-ready code
/* CSS */
color: #06afab;
background-color: #06afab;
/* Tailwind (arbitrary) */
class="text-[#06afab] bg-[#06afab]"
/* SCSS */
$brand: #06afab;
/* SwiftUI */
Color(red: 0.024, green: 0.686, blue: 0.671)
/* Android */
Color.parseColor("#06afab")Accessibility — WCAG contrast
Aa
#06afab on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#06afab on black: 7.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green68.6%
Blue67.1%
CMYK percentages
Cyan96.6%
Magenta0.0%
Yellow2.3%
Key (black)31.4%
Color previews
#06afab text on a black background
contrast 7.73:1
Card sample
#06afab text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #06afab;
Background color
Panel with #06afab background
background-color: #06afab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #06afab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 175, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 175, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #06afab; background: linear-gradient(135deg, #06afab, #0642AF);