#07ffc1
a balanced, electric cyan · cool · closest name: aquamarine
RGB
7, 255, 193
HSL
165°, 100%, 51%
CMYK
97, 0, 24, 0
Luminance
0.7542
Every format
| HEX | #07ffc1 |
| RGB | rgb(7, 255, 193) |
| HSL | hsl(165, 100%, 51%) |
| CMYK | cmyk(97%, 0%, 24%, 0%) |
| LAB | lab(89.6 -64.1 15.7) |
| LCH | lch(89.6 66.0 166.2) |
| OKLCH | oklch(0.888 0.181 167.2) |
Copy-ready code
/* CSS */
color: #07ffc1;
background-color: #07ffc1;
/* Tailwind (arbitrary) */
class="text-[#07ffc1] bg-[#07ffc1]"
/* SCSS */
$brand: #07ffc1;
/* SwiftUI */
Color(red: 0.027, green: 1.000, blue: 0.757)
/* Android */
Color.parseColor("#07ffc1")Accessibility — WCAG contrast
Aa
#07ffc1 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#07ffc1 on black: 16.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green100.0%
Blue75.7%
CMYK percentages
Cyan97.3%
Magenta0.0%
Yellow24.3%
Key (black)0.0%
Color previews
#07ffc1 text on a black background
contrast 16.08:1
Card sample
#07ffc1 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #07ffc1;
Background color
Panel with #07ffc1 background
background-color: #07ffc1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #07ffc1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 255, 193, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 255, 193, 0.45);
Border & gradient
Gradient panel
border: 3px solid #07ffc1; background: linear-gradient(135deg, #07ffc1, #0798FF);