#06acac
a dark, electric cyan · cool · closest name: teal
RGB
6, 172, 172
HSL
180°, 93%, 35%
CMYK
97, 0, 0, 33
Luminance
0.3252
Every format
| HEX | #06acac |
| RGB | rgb(6, 172, 172) |
| HSL | hsl(180, 93%, 35%) |
| CMYK | cmyk(97%, 0%, 0%, 33%) |
| LAB | lab(63.8 -35.6 -10.5) |
| LCH | lch(63.8 37.1 196.4) |
| OKLCH | oklch(0.674 0.114 194.8) |
Copy-ready code
/* CSS */
color: #06acac;
background-color: #06acac;
/* Tailwind (arbitrary) */
class="text-[#06acac] bg-[#06acac]"
/* SCSS */
$brand: #06acac;
/* SwiftUI */
Color(red: 0.024, green: 0.675, blue: 0.675)
/* Android */
Color.parseColor("#06acac")Accessibility — WCAG contrast
Aa
#06acac on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#06acac on black: 7.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green67.5%
Blue67.5%
CMYK percentages
Cyan96.5%
Magenta0.0%
Yellow0.0%
Key (black)32.5%
Color previews
#06acac text on a black background
contrast 7.50:1
Card sample
#06acac text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #06acac;
Background color
Panel with #06acac background
background-color: #06acac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #06acac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 172, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 172, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #06acac; background: linear-gradient(135deg, #06acac, #063DAC);