#07cdfc
a balanced, electric cyan · cool · closest name: skyblue
RGB
7, 205, 252
HSL
192°, 98%, 51%
CMYK
97, 19, 0, 1
Luminance
0.5074
Every format
| HEX | #07cdfc |
| RGB | rgb(7, 205, 252) |
| HSL | hsl(192, 98%, 51%) |
| CMYK | cmyk(97%, 19%, 0%, 1%) |
| LAB | lab(76.5 -25.7 -34.8) |
| LCH | lch(76.5 43.2 233.5) |
| OKLCH | oklch(0.787 0.145 222.3) |
Copy-ready code
/* CSS */
color: #07cdfc;
background-color: #07cdfc;
/* Tailwind (arbitrary) */
class="text-[#07cdfc] bg-[#07cdfc]"
/* SCSS */
$brand: #07cdfc;
/* SwiftUI */
Color(red: 0.027, green: 0.804, blue: 0.988)
/* Android */
Color.parseColor("#07cdfc")Accessibility — WCAG contrast
Aa
#07cdfc on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#07cdfc on black: 11.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green80.4%
Blue98.8%
CMYK percentages
Cyan97.2%
Magenta18.7%
Yellow0.0%
Key (black)1.2%
Color previews
#07cdfc text on a black background
contrast 11.15:1
Card sample
#07cdfc text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #07cdfc;
Background color
Panel with #07cdfc background
background-color: #07cdfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #07cdfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 205, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 205, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #07cdfc; background: linear-gradient(135deg, #07cdfc, #072AFC);