#07ffcb
a balanced, electric cyan · cool · closest name: aquamarine
RGB
7, 255, 203
HSL
167°, 100%, 51%
CMYK
97, 0, 20, 0
Luminance
0.7588
Every format
| HEX | #07ffcb |
| RGB | rgb(7, 255, 203) |
| HSL | hsl(167, 100%, 51%) |
| CMYK | cmyk(97%, 0%, 20%, 0%) |
| LAB | lab(89.8 -61.7 10.9) |
| LCH | lch(89.8 62.7 170.0) |
| OKLCH | oklch(0.890 0.174 170.8) |
Copy-ready code
/* CSS */
color: #07ffcb;
background-color: #07ffcb;
/* Tailwind (arbitrary) */
class="text-[#07ffcb] bg-[#07ffcb]"
/* SCSS */
$brand: #07ffcb;
/* SwiftUI */
Color(red: 0.027, green: 1.000, blue: 0.796)
/* Android */
Color.parseColor("#07ffcb")Accessibility — WCAG contrast
Aa
#07ffcb on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#07ffcb on black: 16.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green100.0%
Blue79.6%
CMYK percentages
Cyan97.3%
Magenta0.0%
Yellow20.4%
Key (black)0.0%
Color previews
#07ffcb text on a black background
contrast 16.18:1
Card sample
#07ffcb text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #07ffcb;
Background color
Panel with #07ffcb background
background-color: #07ffcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #07ffcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 255, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 255, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #07ffcb; background: linear-gradient(135deg, #07ffcb, #078EFF);