#07cccd
a dark, electric cyan · cool · closest name: turquoise
RGB
7, 204, 205
HSL
180°, 93%, 42%
CMYK
97, 1, 0, 20
Luminance
0.4764
Every format
| HEX | #07cccd |
| RGB | rgb(7, 204, 205) |
| HSL | hsl(180, 93%, 42%) |
| CMYK | cmyk(97%, 1%, 0%, 20%) |
| LAB | lab(74.6 -40.2 -12.4) |
| LCH | lch(74.6 42.0 197.1) |
| OKLCH | oklch(0.766 0.130 195.4) |
Copy-ready code
/* CSS */
color: #07cccd;
background-color: #07cccd;
/* Tailwind (arbitrary) */
class="text-[#07cccd] bg-[#07cccd]"
/* SCSS */
$brand: #07cccd;
/* SwiftUI */
Color(red: 0.027, green: 0.800, blue: 0.804)
/* Android */
Color.parseColor("#07cccd")Accessibility — WCAG contrast
Aa
#07cccd on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#07cccd on black: 10.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green80.0%
Blue80.4%
CMYK percentages
Cyan96.6%
Magenta0.5%
Yellow0.0%
Key (black)19.6%
Color previews
#07cccd text on a black background
contrast 10.53:1
Card sample
#07cccd text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #07cccd;
Background color
Panel with #07cccd background
background-color: #07cccd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #07cccd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 204, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 204, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #07cccd; background: linear-gradient(135deg, #07cccd, #0748CD);