#7cfeeb
a light, electric cyan · cool · closest name: turquoise
RGB
124, 254, 235
HSL
171°, 99%, 74%
CMYK
51, 0, 8, 0
Luminance
0.8117
Every format
| HEX | #7cfeeb |
| RGB | rgb(124, 254, 235) |
| HSL | hsl(171, 99%, 74%) |
| CMYK | cmyk(51%, 0%, 8%, 0%) |
| LAB | lab(92.2 -40.5 -1.9) |
| LCH | lch(92.2 40.5 182.7) |
| OKLCH | oklch(0.918 0.119 182.8) |
Copy-ready code
/* CSS */
color: #7cfeeb;
background-color: #7cfeeb;
/* Tailwind (arbitrary) */
class="text-[#7cfeeb] bg-[#7cfeeb]"
/* SCSS */
$brand: #7cfeeb;
/* SwiftUI */
Color(red: 0.486, green: 0.996, blue: 0.922)
/* Android */
Color.parseColor("#7cfeeb")Accessibility — WCAG contrast
Aa
#7cfeeb on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cfeeb on black: 17.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green99.6%
Blue92.2%
CMYK percentages
Cyan51.2%
Magenta0.0%
Yellow7.5%
Key (black)0.4%
Color previews
#7cfeeb text on a black background
contrast 17.23:1
Card sample
#7cfeeb text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cfeeb;
Background color
Panel with #7cfeeb background
background-color: #7cfeeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cfeeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 254, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 254, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cfeeb; background: linear-gradient(135deg, #7cfeeb, #7CBAFE);