#07cfaa
a dark, electric cyan · cool · closest name: turquoise
RGB
7, 207, 170
HSL
169°, 94%, 42%
CMYK
97, 0, 18, 19
Luminance
0.4757
Every format
| HEX | #07cfaa |
| RGB | rgb(7, 207, 170) |
| HSL | hsl(169, 94%, 42%) |
| CMYK | cmyk(97%, 0%, 18%, 19%) |
| LAB | lab(74.5 -51.2 6.5) |
| LCH | lch(74.5 51.6 172.8) |
| OKLCH | oklch(0.762 0.145 173.6) |
Copy-ready code
/* CSS */
color: #07cfaa;
background-color: #07cfaa;
/* Tailwind (arbitrary) */
class="text-[#07cfaa] bg-[#07cfaa]"
/* SCSS */
$brand: #07cfaa;
/* SwiftUI */
Color(red: 0.027, green: 0.812, blue: 0.667)
/* Android */
Color.parseColor("#07cfaa")Accessibility — WCAG contrast
Aa
#07cfaa on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#07cfaa on black: 10.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green81.2%
Blue66.7%
CMYK percentages
Cyan96.6%
Magenta0.0%
Yellow17.9%
Key (black)18.8%
Color previews
#07cfaa text on a black background
contrast 10.51:1
Card sample
#07cfaa text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #07cfaa;
Background color
Panel with #07cfaa background
background-color: #07cfaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #07cfaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 207, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 207, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #07cfaa; background: linear-gradient(135deg, #07cfaa, #076FCF);