#7cefdc
a light, electric cyan · cool · closest name: turquoise
RGB
124, 239, 220
HSL
170°, 78%, 71%
CMYK
48, 0, 8, 6
Luminance
0.7119
Every format
| HEX | #7cefdc |
| RGB | rgb(124, 239, 220) |
| HSL | hsl(170, 78%, 71%) |
| CMYK | cmyk(48%, 0%, 8%, 6%) |
| LAB | lab(87.6 -37.3 -0.9) |
| LCH | lch(87.6 37.3 181.4) |
| OKLCH | oklch(0.879 0.109 181.6) |
Copy-ready code
/* CSS */
color: #7cefdc;
background-color: #7cefdc;
/* Tailwind (arbitrary) */
class="text-[#7cefdc] bg-[#7cefdc]"
/* SCSS */
$brand: #7cefdc;
/* SwiftUI */
Color(red: 0.486, green: 0.937, blue: 0.863)
/* Android */
Color.parseColor("#7cefdc")Accessibility — WCAG contrast
Aa
#7cefdc on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cefdc on black: 15.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green93.7%
Blue86.3%
CMYK percentages
Cyan48.1%
Magenta0.0%
Yellow7.9%
Key (black)6.3%
Color previews
#7cefdc text on a black background
contrast 15.24:1
Card sample
#7cefdc text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cefdc;
Background color
Panel with #7cefdc background
background-color: #7cefdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cefdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 239, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 239, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cefdc; background: linear-gradient(135deg, #7cefdc, #7CB5EF);