#7cdecb
a light, vivid cyan · cool · closest name: turquoise
RGB
124, 222, 203
HSL
168°, 60%, 68%
CMYK
44, 0, 9, 13
Luminance
0.6084
Every format
| HEX | #7cdecb |
| RGB | rgb(124, 222, 203) |
| HSL | hsl(168, 60%, 68%) |
| CMYK | cmyk(44%, 0%, 9%, 13%) |
| LAB | lab(82.3 -33.4 0.3) |
| LCH | lch(82.3 33.4 179.4) |
| OKLCH | oklch(0.835 0.097 179.8) |
Copy-ready code
/* CSS */
color: #7cdecb;
background-color: #7cdecb;
/* Tailwind (arbitrary) */
class="text-[#7cdecb] bg-[#7cdecb]"
/* SCSS */
$brand: #7cdecb;
/* SwiftUI */
Color(red: 0.486, green: 0.871, blue: 0.796)
/* Android */
Color.parseColor("#7cdecb")Accessibility — WCAG contrast
Aa
#7cdecb on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cdecb on black: 13.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green87.1%
Blue79.6%
CMYK percentages
Cyan44.1%
Magenta0.0%
Yellow8.6%
Key (black)12.9%
Color previews
#7cdecb text on a black background
contrast 13.17:1
Card sample
#7cdecb text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cdecb;
Background color
Panel with #7cdecb background
background-color: #7cdecb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cdecb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 222, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 222, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cdecb; background: linear-gradient(135deg, #7cdecb, #7CB0DE);