#07fccc
a balanced, electric cyan · cool · closest name: aquamarine
RGB
7, 252, 204
HSL
168°, 98%, 51%
CMYK
97, 0, 19, 1
Luminance
0.7403
Every format
| HEX | #07fccc |
| RGB | rgb(7, 252, 204) |
| HSL | hsl(168, 98%, 51%) |
| CMYK | cmyk(97%, 0%, 19%, 1%) |
| LAB | lab(88.9 -60.3 9.1) |
| LCH | lch(88.9 61.0 171.4) |
| OKLCH | oklch(0.883 0.170 172.2) |
Copy-ready code
/* CSS */
color: #07fccc;
background-color: #07fccc;
/* Tailwind (arbitrary) */
class="text-[#07fccc] bg-[#07fccc]"
/* SCSS */
$brand: #07fccc;
/* SwiftUI */
Color(red: 0.027, green: 0.988, blue: 0.800)
/* Android */
Color.parseColor("#07fccc")Accessibility — WCAG contrast
Aa
#07fccc on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#07fccc on black: 15.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green98.8%
Blue80.0%
CMYK percentages
Cyan97.2%
Magenta0.0%
Yellow19.0%
Key (black)1.2%
Color previews
#07fccc text on a black background
contrast 15.81:1
Card sample
#07fccc text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #07fccc;
Background color
Panel with #07fccc background
background-color: #07fccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #07fccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 252, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 252, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #07fccc; background: linear-gradient(135deg, #07fccc, #0789FC);