#7cf5eb
a light, electric cyan · cool · closest name: turquoise
RGB
124, 245, 235
HSL
175°, 86%, 72%
CMYK
49, 0, 4, 4
Luminance
0.7559
Every format
| HEX | #7cf5eb |
| RGB | rgb(124, 245, 235) |
| HSL | hsl(175, 86%, 72%) |
| CMYK | cmyk(49%, 0%, 4%, 4%) |
| LAB | lab(89.7 -36.4 -5.7) |
| LCH | lch(89.7 36.8 188.9) |
| OKLCH | oklch(0.897 0.111 188.3) |
Copy-ready code
/* CSS */
color: #7cf5eb;
background-color: #7cf5eb;
/* Tailwind (arbitrary) */
class="text-[#7cf5eb] bg-[#7cf5eb]"
/* SCSS */
$brand: #7cf5eb;
/* SwiftUI */
Color(red: 0.486, green: 0.961, blue: 0.922)
/* Android */
Color.parseColor("#7cf5eb")Accessibility — WCAG contrast
Aa
#7cf5eb on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cf5eb on black: 16.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green96.1%
Blue92.2%
CMYK percentages
Cyan49.4%
Magenta0.0%
Yellow4.1%
Key (black)3.9%
Color previews
#7cf5eb text on a black background
contrast 16.12:1
Card sample
#7cf5eb text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cf5eb;
Background color
Panel with #7cf5eb background
background-color: #7cf5eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cf5eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 245, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 245, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cf5eb; background: linear-gradient(135deg, #7cf5eb, #7CAFF5);