#07fffc
a balanced, electric cyan · cool · “cyan”
RGB
7, 255, 252
HSL
179°, 100%, 51%
CMYK
97, 0, 1, 0
Luminance
0.7859
Every format
| HEX | #07fffc |
| RGB | rgb(7, 255, 252) |
| HSL | hsl(179, 100%, 51%) |
| CMYK | cmyk(97%, 0%, 1%, 0%) |
| LAB | lab(91.0 -48.8 -12.7) |
| LCH | lch(91.0 50.4 194.6) |
| OKLCH | oklch(0.905 0.154 193.2) |
Copy-ready code
/* CSS */
color: #07fffc;
background-color: #07fffc;
/* Tailwind (arbitrary) */
class="text-[#07fffc] bg-[#07fffc]"
/* SCSS */
$brand: #07fffc;
/* SwiftUI */
Color(red: 0.027, green: 1.000, blue: 0.988)
/* Android */
Color.parseColor("#07fffc")Accessibility — WCAG contrast
Aa
#07fffc on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#07fffc on black: 16.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green100.0%
Blue98.8%
CMYK percentages
Cyan97.3%
Magenta0.0%
Yellow1.2%
Key (black)0.0%
Color previews
#07fffc text on a black background
contrast 16.72:1
Card sample
#07fffc text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #07fffc;
Background color
Panel with #07fffc background
background-color: #07fffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #07fffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 255, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 255, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #07fffc; background: linear-gradient(135deg, #07fffc, #075DFF);