#7cfbee
a light, electric cyan · cool · closest name: turquoise
RGB
124, 251, 238
HSL
174°, 94%, 74%
CMYK
51, 0, 5, 2
Luminance
0.7945
Every format
| HEX | #7cfbee |
| RGB | rgb(124, 251, 238) |
| HSL | hsl(174, 94%, 74%) |
| CMYK | cmyk(51%, 0%, 5%, 2%) |
| LAB | lab(91.4 -38.4 -4.6) |
| LCH | lch(91.4 38.7 186.9) |
| OKLCH | oklch(0.912 0.115 186.5) |
Copy-ready code
/* CSS */
color: #7cfbee;
background-color: #7cfbee;
/* Tailwind (arbitrary) */
class="text-[#7cfbee] bg-[#7cfbee]"
/* SCSS */
$brand: #7cfbee;
/* SwiftUI */
Color(red: 0.486, green: 0.984, blue: 0.933)
/* Android */
Color.parseColor("#7cfbee")Accessibility — WCAG contrast
Aa
#7cfbee on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cfbee on black: 16.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green98.4%
Blue93.3%
CMYK percentages
Cyan50.6%
Magenta0.0%
Yellow5.2%
Key (black)1.6%
Color previews
#7cfbee text on a black background
contrast 16.89:1
Card sample
#7cfbee text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cfbee;
Background color
Panel with #7cfbee background
background-color: #7cfbee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cfbee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 251, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 251, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cfbee; background: linear-gradient(135deg, #7cfbee, #7CB3FB);