#7cecda
a light, vivid cyan · cool · closest name: turquoise
RGB
124, 236, 218
HSL
170°, 75%, 71%
CMYK
48, 0, 8, 8
Luminance
0.6934
Every format
| HEX | #7cecda |
| RGB | rgb(124, 236, 218) |
| HSL | hsl(170, 75%, 71%) |
| CMYK | cmyk(48%, 0%, 8%, 8%) |
| LAB | lab(86.7 -36.4 -1.2) |
| LCH | lch(86.7 36.4 181.9) |
| OKLCH | oklch(0.872 0.107 182.0) |
Copy-ready code
/* CSS */
color: #7cecda;
background-color: #7cecda;
/* Tailwind (arbitrary) */
class="text-[#7cecda] bg-[#7cecda]"
/* SCSS */
$brand: #7cecda;
/* SwiftUI */
Color(red: 0.486, green: 0.925, blue: 0.855)
/* Android */
Color.parseColor("#7cecda")Accessibility — WCAG contrast
Aa
#7cecda on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cecda on black: 14.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green92.5%
Blue85.5%
CMYK percentages
Cyan47.5%
Magenta0.0%
Yellow7.6%
Key (black)7.5%
Color previews
#7cecda text on a black background
contrast 14.87:1
Card sample
#7cecda text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cecda;
Background color
Panel with #7cecda background
background-color: #7cecda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cecda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 236, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 236, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cecda; background: linear-gradient(135deg, #7cecda, #7CB3EC);