#07dfff
a balanced, electric cyan · cool · closest name: skyblue
RGB
7, 223, 255
HSL
188°, 100%, 51%
CMYK
97, 13, 0, 0
Luminance
0.6004
Every format
| HEX | #07dfff |
| RGB | rgb(7, 223, 255) |
| HSL | hsl(188, 100%, 51%) |
| CMYK | cmyk(97%, 13%, 0%, 0%) |
| LAB | lab(81.9 -33.5 -28.1) |
| LCH | lch(81.9 43.8 220.0) |
| OKLCH | oklch(0.830 0.145 213.0) |
Copy-ready code
/* CSS */
color: #07dfff;
background-color: #07dfff;
/* Tailwind (arbitrary) */
class="text-[#07dfff] bg-[#07dfff]"
/* SCSS */
$brand: #07dfff;
/* SwiftUI */
Color(red: 0.027, green: 0.875, blue: 1.000)
/* Android */
Color.parseColor("#07dfff")Accessibility — WCAG contrast
Aa
#07dfff on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#07dfff on black: 13.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green87.5%
Blue100.0%
CMYK percentages
Cyan97.3%
Magenta12.5%
Yellow0.0%
Key (black)0.0%
Color previews
#07dfff text on a black background
contrast 13.01:1
Card sample
#07dfff text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #07dfff;
Background color
Panel with #07dfff background
background-color: #07dfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #07dfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 223, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 223, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #07dfff; background: linear-gradient(135deg, #07dfff, #073AFF);