#7cdbda
a light, vivid cyan · cool · closest name: turquoise
RGB
124, 219, 218
HSL
179°, 57%, 67%
CMYK
43, 0, 1, 14
Luminance
0.6001
Every format
| HEX | #7cdbda |
| RGB | rgb(124, 219, 218) |
| HSL | hsl(179, 57%, 67%) |
| CMYK | cmyk(43%, 0%, 1%, 14%) |
| LAB | lab(81.8 -28.3 -8.3) |
| LCH | lch(81.8 29.5 196.3) |
| OKLCH | oklch(0.833 0.090 194.7) |
Copy-ready code
/* CSS */
color: #7cdbda;
background-color: #7cdbda;
/* Tailwind (arbitrary) */
class="text-[#7cdbda] bg-[#7cdbda]"
/* SCSS */
$brand: #7cdbda;
/* SwiftUI */
Color(red: 0.486, green: 0.859, blue: 0.855)
/* Android */
Color.parseColor("#7cdbda")Accessibility — WCAG contrast
Aa
#7cdbda on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cdbda on black: 13.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green85.9%
Blue85.5%
CMYK percentages
Cyan43.4%
Magenta0.0%
Yellow0.5%
Key (black)14.1%
Color previews
#7cdbda text on a black background
contrast 13.00:1
Card sample
#7cdbda text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cdbda;
Background color
Panel with #7cdbda background
background-color: #7cdbda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cdbda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 219, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 219, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cdbda; background: linear-gradient(135deg, #7cdbda, #7C9DDB);