#7cfaeb
a light, electric cyan · cool · closest name: turquoise
RGB
124, 250, 235
HSL
173°, 93%, 73%
CMYK
50, 0, 6, 2
Luminance
0.7865
Every format
| HEX | #7cfaeb |
| RGB | rgb(124, 250, 235) |
| HSL | hsl(173, 93%, 73%) |
| CMYK | cmyk(50%, 0%, 6%, 2%) |
| LAB | lab(91.1 -38.7 -3.6) |
| LCH | lch(91.1 38.9 185.3) |
| OKLCH | oklch(0.909 0.115 185.1) |
Copy-ready code
/* CSS */
color: #7cfaeb;
background-color: #7cfaeb;
/* Tailwind (arbitrary) */
class="text-[#7cfaeb] bg-[#7cfaeb]"
/* SCSS */
$brand: #7cfaeb;
/* SwiftUI */
Color(red: 0.486, green: 0.980, blue: 0.922)
/* Android */
Color.parseColor("#7cfaeb")Accessibility — WCAG contrast
Aa
#7cfaeb on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cfaeb on black: 16.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green98.0%
Blue92.2%
CMYK percentages
Cyan50.4%
Magenta0.0%
Yellow6.0%
Key (black)2.0%
Color previews
#7cfaeb text on a black background
contrast 16.73:1
Card sample
#7cfaeb text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cfaeb;
Background color
Panel with #7cfaeb background
background-color: #7cfaeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cfaeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 250, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 250, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cfaeb; background: linear-gradient(135deg, #7cfaeb, #7CB5FA);