#7bf1cf
a light, electric cyan · cool · closest name: aquamarine
RGB
123, 241, 207
HSL
163°, 81%, 71%
CMYK
49, 0, 14, 6
Luminance
0.7163
Every format
| HEX | #7bf1cf |
| RGB | rgb(123, 241, 207) |
| HSL | hsl(163, 81%, 71%) |
| CMYK | cmyk(49%, 0%, 14%, 6%) |
| LAB | lab(87.8 -41.4 6.2) |
| LCH | lch(87.8 41.8 171.5) |
| OKLCH | oklch(0.880 0.119 172.4) |
Copy-ready code
/* CSS */
color: #7bf1cf;
background-color: #7bf1cf;
/* Tailwind (arbitrary) */
class="text-[#7bf1cf] bg-[#7bf1cf]"
/* SCSS */
$brand: #7bf1cf;
/* SwiftUI */
Color(red: 0.482, green: 0.945, blue: 0.812)
/* Android */
Color.parseColor("#7bf1cf")Accessibility — WCAG contrast
Aa
#7bf1cf on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7bf1cf on black: 15.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green94.5%
Blue81.2%
CMYK percentages
Cyan49.0%
Magenta0.0%
Yellow14.1%
Key (black)5.5%
Color previews
#7bf1cf text on a black background
contrast 15.33:1
Card sample
#7bf1cf text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7bf1cf;
Background color
Panel with #7bf1cf background
background-color: #7bf1cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7bf1cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 241, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 241, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7bf1cf; background: linear-gradient(135deg, #7bf1cf, #7BC4F1);