#06acaf
a dark, electric cyan · cool · closest name: teal
RGB
6, 172, 175
HSL
181°, 93%, 36%
CMYK
97, 2, 0, 31
Luminance
0.3264
Every format
| HEX | #06acaf |
| RGB | rgb(6, 172, 175) |
| HSL | hsl(181, 93%, 36%) |
| CMYK | cmyk(97%, 2%, 0%, 31%) |
| LAB | lab(63.9 -34.7 -12.0) |
| LCH | lch(63.9 36.7 199.1) |
| OKLCH | oklch(0.675 0.114 197.0) |
Copy-ready code
/* CSS */
color: #06acaf;
background-color: #06acaf;
/* Tailwind (arbitrary) */
class="text-[#06acaf] bg-[#06acaf]"
/* SCSS */
$brand: #06acaf;
/* SwiftUI */
Color(red: 0.024, green: 0.675, blue: 0.686)
/* Android */
Color.parseColor("#06acaf")Accessibility — WCAG contrast
Aa
#06acaf on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#06acaf on black: 7.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green67.5%
Blue68.6%
CMYK percentages
Cyan96.6%
Magenta1.7%
Yellow0.0%
Key (black)31.4%
Color previews
#06acaf text on a black background
contrast 7.53:1
Card sample
#06acaf text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #06acaf;
Background color
Panel with #06acaf background
background-color: #06acaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #06acaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 172, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 172, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #06acaf; background: linear-gradient(135deg, #06acaf, #063BAF);