#7bfcdf
a light, electric cyan · cool · closest name: aquamarine
RGB
123, 252, 223
HSL
167°, 96%, 74%
CMYK
51, 0, 12, 1
Luminance
0.7916
Every format
| HEX | #7bfcdf |
| RGB | rgb(123, 252, 223) |
| HSL | hsl(167, 96%, 74%) |
| CMYK | cmyk(51%, 0%, 12%, 1%) |
| LAB | lab(91.3 -42.6 3.0) |
| LCH | lch(91.3 42.7 176.0) |
| OKLCH | oklch(0.910 0.123 176.6) |
Copy-ready code
/* CSS */
color: #7bfcdf;
background-color: #7bfcdf;
/* Tailwind (arbitrary) */
class="text-[#7bfcdf] bg-[#7bfcdf]"
/* SCSS */
$brand: #7bfcdf;
/* SwiftUI */
Color(red: 0.482, green: 0.988, blue: 0.875)
/* Android */
Color.parseColor("#7bfcdf")Accessibility — WCAG contrast
Aa
#7bfcdf on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7bfcdf on black: 16.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green98.8%
Blue87.5%
CMYK percentages
Cyan51.2%
Magenta0.0%
Yellow11.5%
Key (black)1.2%
Color previews
#7bfcdf text on a black background
contrast 16.83:1
Card sample
#7bfcdf text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7bfcdf;
Background color
Panel with #7bfcdf background
background-color: #7bfcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7bfcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 252, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 252, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7bfcdf; background: linear-gradient(135deg, #7bfcdf, #7BC3FC);