#7cd3b9
a light, vivid cyan · cool · closest name: turquoise
RGB
124, 211, 185
HSL
162°, 50%, 66%
CMYK
41, 0, 12, 17
Luminance
0.5438
Every format
| HEX | #7cd3b9 |
| RGB | rgb(124, 211, 185) |
| HSL | hsl(162, 50%, 66%) |
| CMYK | cmyk(41%, 0%, 12%, 17%) |
| LAB | lab(78.7 -32.3 4.7) |
| LCH | lch(78.7 32.6 171.8) |
| OKLCH | oklch(0.804 0.093 172.7) |
Copy-ready code
/* CSS */
color: #7cd3b9;
background-color: #7cd3b9;
/* Tailwind (arbitrary) */
class="text-[#7cd3b9] bg-[#7cd3b9]"
/* SCSS */
$brand: #7cd3b9;
/* SwiftUI */
Color(red: 0.486, green: 0.827, blue: 0.725)
/* Android */
Color.parseColor("#7cd3b9")Accessibility — WCAG contrast
Aa
#7cd3b9 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cd3b9 on black: 11.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green82.7%
Blue72.5%
CMYK percentages
Cyan41.2%
Magenta0.0%
Yellow12.3%
Key (black)17.3%
Color previews
#7cd3b9 text on a black background
contrast 11.88:1
Card sample
#7cd3b9 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cd3b9;
Background color
Panel with #7cd3b9 background
background-color: #7cd3b9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cd3b9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 211, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 211, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cd3b9; background: linear-gradient(135deg, #7cd3b9, #7CB3D3);