#07afcc
a dark, electric cyan · cool · closest name: skyblue
RGB
7, 175, 204
HSL
189°, 93%, 41%
CMYK
97, 14, 0, 20
Luminance
0.3506
Every format
| HEX | #07afcc |
| RGB | rgb(7, 175, 204) |
| HSL | hsl(189, 93%, 41%) |
| CMYK | cmyk(97%, 14%, 0%, 20%) |
| LAB | lab(65.8 -26.7 -25.2) |
| LCH | lch(65.8 36.7 223.3) |
| OKLCH | oklch(0.695 0.122 215.3) |
Copy-ready code
/* CSS */
color: #07afcc;
background-color: #07afcc;
/* Tailwind (arbitrary) */
class="text-[#07afcc] bg-[#07afcc]"
/* SCSS */
$brand: #07afcc;
/* SwiftUI */
Color(red: 0.027, green: 0.686, blue: 0.800)
/* Android */
Color.parseColor("#07afcc")Accessibility — WCAG contrast
Aa
#07afcc on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#07afcc on black: 8.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green68.6%
Blue80.0%
CMYK percentages
Cyan96.6%
Magenta14.2%
Yellow0.0%
Key (black)20.0%
Color previews
#07afcc text on a black background
contrast 8.01:1
Card sample
#07afcc text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #07afcc;
Background color
Panel with #07afcc background
background-color: #07afcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #07afcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 175, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 175, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #07afcc; background: linear-gradient(135deg, #07afcc, #072CCC);