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