#07ffbc
a balanced, electric cyan · cool · closest name: aquamarine
RGB
7, 255, 188
HSL
164°, 100%, 51%
CMYK
97, 0, 26, 0
Luminance
0.7520
Every format
| HEX | #07ffbc |
| RGB | rgb(7, 255, 188) |
| HSL | hsl(164, 100%, 51%) |
| CMYK | cmyk(97%, 0%, 26%, 0%) |
| LAB | lab(89.5 -65.2 18.2) |
| LCH | lch(89.5 67.7 164.4) |
| OKLCH | oklch(0.887 0.185 165.5) |
Copy-ready code
/* CSS */
color: #07ffbc;
background-color: #07ffbc;
/* Tailwind (arbitrary) */
class="text-[#07ffbc] bg-[#07ffbc]"
/* SCSS */
$brand: #07ffbc;
/* SwiftUI */
Color(red: 0.027, green: 1.000, blue: 0.737)
/* Android */
Color.parseColor("#07ffbc")Accessibility — WCAG contrast
Aa
#07ffbc on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#07ffbc on black: 16.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green100.0%
Blue73.7%
CMYK percentages
Cyan97.3%
Magenta0.0%
Yellow26.3%
Key (black)0.0%
Color previews
#07ffbc text on a black background
contrast 16.04:1
Card sample
#07ffbc text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #07ffbc;
Background color
Panel with #07ffbc background
background-color: #07ffbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #07ffbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 255, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 255, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #07ffbc; background: linear-gradient(135deg, #07ffbc, #079DFF);