#07adcf
a dark, electric cyan · cool · closest name: skyblue
RGB
7, 173, 207
HSL
190°, 94%, 42%
CMYK
97, 16, 0, 19
Luminance
0.3444
Every format
| HEX | #07adcf |
| RGB | rgb(7, 173, 207) |
| HSL | hsl(190, 94%, 42%) |
| CMYK | cmyk(97%, 16%, 0%, 19%) |
| LAB | lab(65.3 -24.7 -27.6) |
| LCH | lch(65.3 37.0 228.2) |
| OKLCH | oklch(0.691 0.124 218.7) |
Copy-ready code
/* CSS */
color: #07adcf;
background-color: #07adcf;
/* Tailwind (arbitrary) */
class="text-[#07adcf] bg-[#07adcf]"
/* SCSS */
$brand: #07adcf;
/* SwiftUI */
Color(red: 0.027, green: 0.678, blue: 0.812)
/* Android */
Color.parseColor("#07adcf")Accessibility — WCAG contrast
Aa
#07adcf on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#07adcf on black: 7.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green67.8%
Blue81.2%
CMYK percentages
Cyan96.6%
Magenta16.4%
Yellow0.0%
Key (black)18.8%
Color previews
#07adcf text on a black background
contrast 7.89:1
Card sample
#07adcf text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #07adcf;
Background color
Panel with #07adcf background
background-color: #07adcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #07adcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 173, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 173, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #07adcf; background: linear-gradient(135deg, #07adcf, #0728CF);