#07ccdf
a balanced, electric cyan · cool · closest name: skyblue
RGB
7, 204, 223
HSL
185°, 94%, 45%
CMYK
97, 9, 0, 13
Luminance
0.4856
Every format
| HEX | #07ccdf |
| RGB | rgb(7, 204, 223) |
| HSL | hsl(185, 94%, 45%) |
| CMYK | cmyk(97%, 9%, 0%, 13%) |
| LAB | lab(75.2 -34.6 -21.2) |
| LCH | lch(75.2 40.6 211.5) |
| OKLCH | oklch(0.773 0.132 206.7) |
Copy-ready code
/* CSS */
color: #07ccdf;
background-color: #07ccdf;
/* Tailwind (arbitrary) */
class="text-[#07ccdf] bg-[#07ccdf]"
/* SCSS */
$brand: #07ccdf;
/* SwiftUI */
Color(red: 0.027, green: 0.800, blue: 0.875)
/* Android */
Color.parseColor("#07ccdf")Accessibility — WCAG contrast
Aa
#07ccdf on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#07ccdf on black: 10.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green80.0%
Blue87.5%
CMYK percentages
Cyan96.9%
Magenta8.5%
Yellow0.0%
Key (black)12.5%
Color previews
#07ccdf text on a black background
contrast 10.71:1
Card sample
#07ccdf text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #07ccdf;
Background color
Panel with #07ccdf background
background-color: #07ccdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #07ccdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 204, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 204, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #07ccdf; background: linear-gradient(135deg, #07ccdf, #073CDF);