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