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