#7bfccc
a light, electric green · cool · closest name: aquamarine
RGB
123, 252, 204
HSL
158°, 96%, 74%
CMYK
51, 0, 19, 1
Luminance
0.7819
Every format
| HEX | #7bfccc |
| RGB | rgb(123, 252, 204) |
| HSL | hsl(158, 96%, 74%) |
| CMYK | cmyk(51%, 0%, 19%, 1%) |
| LAB | lab(90.9 -46.8 12.2) |
| LCH | lch(90.9 48.4 165.4) |
| OKLCH | oklch(0.904 0.134 166.6) |
Copy-ready code
/* CSS */
color: #7bfccc;
background-color: #7bfccc;
/* Tailwind (arbitrary) */
class="text-[#7bfccc] bg-[#7bfccc]"
/* SCSS */
$brand: #7bfccc;
/* SwiftUI */
Color(red: 0.482, green: 0.988, blue: 0.800)
/* Android */
Color.parseColor("#7bfccc")Accessibility — WCAG contrast
Aa
#7bfccc on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7bfccc on black: 16.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green98.8%
Blue80.0%
CMYK percentages
Cyan51.2%
Magenta0.0%
Yellow19.0%
Key (black)1.2%
Color previews
#7bfccc text on a black background
contrast 16.64:1
Card sample
#7bfccc text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7bfccc;
Background color
Panel with #7bfccc background
background-color: #7bfccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7bfccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 252, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 252, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7bfccc; background: linear-gradient(135deg, #7bfccc, #7BD6FC);