#07ceff
a balanced, electric cyan · cool · closest name: skyblue
RGB
7, 206, 255
HSL
192°, 100%, 51%
CMYK
97, 19, 0, 0
Luminance
0.5141
Every format
| HEX | #07ceff |
| RGB | rgb(7, 206, 255) |
| HSL | hsl(192, 100%, 51%) |
| CMYK | cmyk(97%, 19%, 0%, 0%) |
| LAB | lab(76.9 -25.2 -35.7) |
| LCH | lch(76.9 43.7 234.8) |
| OKLCH | oklch(0.790 0.147 223.2) |
Copy-ready code
/* CSS */
color: #07ceff;
background-color: #07ceff;
/* Tailwind (arbitrary) */
class="text-[#07ceff] bg-[#07ceff]"
/* SCSS */
$brand: #07ceff;
/* SwiftUI */
Color(red: 0.027, green: 0.808, blue: 1.000)
/* Android */
Color.parseColor("#07ceff")Accessibility — WCAG contrast
Aa
#07ceff on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#07ceff on black: 11.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green80.8%
Blue100.0%
CMYK percentages
Cyan97.3%
Magenta19.2%
Yellow0.0%
Key (black)0.0%
Color previews
#07ceff text on a black background
contrast 11.28:1
Card sample
#07ceff text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #07ceff;
Background color
Panel with #07ceff background
background-color: #07ceff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #07ceff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 206, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 206, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #07ceff; background: linear-gradient(135deg, #07ceff, #0729FF);