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