#7bfade
a light, electric cyan · cool · closest name: aquamarine
RGB
123, 250, 222
HSL
167°, 93%, 73%
CMYK
51, 0, 11, 2
Luminance
0.7786
Every format
| HEX | #7bfade |
| RGB | rgb(123, 250, 222) |
| HSL | hsl(167, 93%, 73%) |
| CMYK | cmyk(51%, 0%, 11%, 2%) |
| LAB | lab(90.7 -42.0 2.6) |
| LCH | lch(90.7 42.0 176.4) |
| OKLCH | oklch(0.905 0.121 177.0) |
Copy-ready code
/* CSS */
color: #7bfade;
background-color: #7bfade;
/* Tailwind (arbitrary) */
class="text-[#7bfade] bg-[#7bfade]"
/* SCSS */
$brand: #7bfade;
/* SwiftUI */
Color(red: 0.482, green: 0.980, blue: 0.871)
/* Android */
Color.parseColor("#7bfade")Accessibility — WCAG contrast
Aa
#7bfade on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7bfade on black: 16.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green98.0%
Blue87.1%
CMYK percentages
Cyan50.8%
Magenta0.0%
Yellow11.2%
Key (black)2.0%
Color previews
#7bfade text on a black background
contrast 16.57:1
Card sample
#7bfade text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7bfade;
Background color
Panel with #7bfade background
background-color: #7bfade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7bfade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 250, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 250, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7bfade; background: linear-gradient(135deg, #7bfade, #7BC1FA);