#07fdac
a balanced, electric cyan · cool · closest name: aquamarine
RGB
7, 253, 172
HSL
160°, 98%, 51%
CMYK
97, 0, 32, 1
Luminance
0.7327
Every format
| HEX | #07fdac |
| RGB | rgb(7, 253, 172) |
| HSL | hsl(160, 98%, 51%) |
| CMYK | cmyk(97%, 0%, 32%, 1%) |
| LAB | lab(88.6 -68.0 25.1) |
| LCH | lch(88.6 72.4 159.7) |
| OKLCH | oklch(0.878 0.195 161.0) |
Copy-ready code
/* CSS */
color: #07fdac;
background-color: #07fdac;
/* Tailwind (arbitrary) */
class="text-[#07fdac] bg-[#07fdac]"
/* SCSS */
$brand: #07fdac;
/* SwiftUI */
Color(red: 0.027, green: 0.992, blue: 0.675)
/* Android */
Color.parseColor("#07fdac")Accessibility — WCAG contrast
Aa
#07fdac on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#07fdac on black: 15.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green99.2%
Blue67.5%
CMYK percentages
Cyan97.2%
Magenta0.0%
Yellow32.0%
Key (black)0.8%
Color previews
#07fdac text on a black background
contrast 15.65:1
Card sample
#07fdac text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #07fdac;
Background color
Panel with #07fdac background
background-color: #07fdac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #07fdac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 253, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 253, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #07fdac; background: linear-gradient(135deg, #07fdac, #07AAFD);