#07dafc
a balanced, electric cyan · cool · closest name: skyblue
RGB
7, 218, 252
HSL
188°, 98%, 51%
CMYK
97, 14, 0, 1
Luminance
0.5722
Every format
| HEX | #07dafc |
| RGB | rgb(7, 218, 252) |
| HSL | hsl(188, 98%, 51%) |
| CMYK | cmyk(97%, 14%, 0%, 1%) |
| LAB | lab(80.3 -32.1 -28.9) |
| LCH | lch(80.3 43.2 222.1) |
| OKLCH | oklch(0.817 0.143 214.4) |
Copy-ready code
/* CSS */
color: #07dafc;
background-color: #07dafc;
/* Tailwind (arbitrary) */
class="text-[#07dafc] bg-[#07dafc]"
/* SCSS */
$brand: #07dafc;
/* SwiftUI */
Color(red: 0.027, green: 0.855, blue: 0.988)
/* Android */
Color.parseColor("#07dafc")Accessibility — WCAG contrast
Aa
#07dafc on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#07dafc on black: 12.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green85.5%
Blue98.8%
CMYK percentages
Cyan97.2%
Magenta13.5%
Yellow0.0%
Key (black)1.2%
Color previews
#07dafc text on a black background
contrast 12.44:1
Card sample
#07dafc text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #07dafc;
Background color
Panel with #07dafc background
background-color: #07dafc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #07dafc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 218, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 218, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #07dafc; background: linear-gradient(135deg, #07dafc, #0737FC);