#07fcdf
a balanced, electric cyan · cool · closest name: aquamarine
RGB
7, 252, 223
HSL
173°, 98%, 51%
CMYK
97, 0, 12, 1
Luminance
0.7499
Every format
| HEX | #07fcdf |
| RGB | rgb(7, 252, 223) |
| HSL | hsl(173, 98%, 51%) |
| CMYK | cmyk(97%, 0%, 12%, 1%) |
| LAB | lab(89.4 -55.5 -0.1) |
| LCH | lch(89.4 55.5 180.1) |
| OKLCH | oklch(0.888 0.160 180.4) |
Copy-ready code
/* CSS */
color: #07fcdf;
background-color: #07fcdf;
/* Tailwind (arbitrary) */
class="text-[#07fcdf] bg-[#07fcdf]"
/* SCSS */
$brand: #07fcdf;
/* SwiftUI */
Color(red: 0.027, green: 0.988, blue: 0.875)
/* Android */
Color.parseColor("#07fcdf")Accessibility — WCAG contrast
Aa
#07fcdf on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#07fcdf on black: 16.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green98.8%
Blue87.5%
CMYK percentages
Cyan97.2%
Magenta0.0%
Yellow11.5%
Key (black)1.2%
Color previews
#07fcdf text on a black background
contrast 16.00:1
Card sample
#07fcdf text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #07fcdf;
Background color
Panel with #07fcdf background
background-color: #07fcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #07fcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 252, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 252, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #07fcdf; background: linear-gradient(135deg, #07fcdf, #0776FC);