#07ccc0
a dark, electric cyan · cool · closest name: turquoise
RGB
7, 204, 192
HSL
176°, 93%, 41%
CMYK
97, 0, 6, 20
Luminance
0.4704
Every format
| HEX | #07ccc0 |
| RGB | rgb(7, 204, 192) |
| HSL | hsl(176, 93%, 41%) |
| CMYK | cmyk(97%, 0%, 6%, 20%) |
| LAB | lab(74.2 -44.0 -5.9) |
| LCH | lch(74.2 44.4 187.7) |
| OKLCH | oklch(0.761 0.132 187.3) |
Copy-ready code
/* CSS */
color: #07ccc0;
background-color: #07ccc0;
/* Tailwind (arbitrary) */
class="text-[#07ccc0] bg-[#07ccc0]"
/* SCSS */
$brand: #07ccc0;
/* SwiftUI */
Color(red: 0.027, green: 0.800, blue: 0.753)
/* Android */
Color.parseColor("#07ccc0")Accessibility — WCAG contrast
Aa
#07ccc0 on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#07ccc0 on black: 10.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green80.0%
Blue75.3%
CMYK percentages
Cyan96.6%
Magenta0.0%
Yellow5.9%
Key (black)20.0%
Color previews
#07ccc0 text on a black background
contrast 10.41:1
Card sample
#07ccc0 text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #07ccc0;
Background color
Panel with #07ccc0 background
background-color: #07ccc0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #07ccc0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 204, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 204, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #07ccc0; background: linear-gradient(135deg, #07ccc0, #0755CC);