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