#07c0cf
a dark, electric cyan · cool · closest name: turquoise
RGB
7, 192, 207
HSL
185°, 94%, 42%
CMYK
97, 7, 0, 19
Luminance
0.4225
Every format
| HEX | #07c0cf |
| RGB | rgb(7, 192, 207) |
| HSL | hsl(185, 94%, 42%) |
| CMYK | cmyk(97%, 7%, 0%, 19%) |
| LAB | lab(71.0 -34.0 -18.8) |
| LCH | lch(71.0 38.9 209.0) |
| OKLCH | oklch(0.737 0.125 204.8) |
Copy-ready code
/* CSS */
color: #07c0cf;
background-color: #07c0cf;
/* Tailwind (arbitrary) */
class="text-[#07c0cf] bg-[#07c0cf]"
/* SCSS */
$brand: #07c0cf;
/* SwiftUI */
Color(red: 0.027, green: 0.753, blue: 0.812)
/* Android */
Color.parseColor("#07c0cf")Accessibility — WCAG contrast
Aa
#07c0cf on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#07c0cf on black: 9.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green75.3%
Blue81.2%
CMYK percentages
Cyan96.6%
Magenta7.2%
Yellow0.0%
Key (black)18.8%
Color previews
#07c0cf text on a black background
contrast 9.45:1
Card sample
#07c0cf text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #07c0cf;
Background color
Panel with #07c0cf background
background-color: #07c0cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #07c0cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 192, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 192, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #07c0cf; background: linear-gradient(135deg, #07c0cf, #073BCF);