#7cdbbf
a light, vivid cyan · cool · closest name: turquoise
RGB
124, 219, 191
HSL
162°, 57%, 67%
CMYK
43, 0, 13, 14
Luminance
0.5871
Every format
| HEX | #7cdbbf |
| RGB | rgb(124, 219, 191) |
| HSL | hsl(162, 57%, 67%) |
| CMYK | cmyk(43%, 0%, 13%, 14%) |
| LAB | lab(81.1 -34.7 5.0) |
| LCH | lch(81.1 35.1 171.8) |
| OKLCH | oklch(0.825 0.100 172.7) |
Copy-ready code
/* CSS */
color: #7cdbbf;
background-color: #7cdbbf;
/* Tailwind (arbitrary) */
class="text-[#7cdbbf] bg-[#7cdbbf]"
/* SCSS */
$brand: #7cdbbf;
/* SwiftUI */
Color(red: 0.486, green: 0.859, blue: 0.749)
/* Android */
Color.parseColor("#7cdbbf")Accessibility — WCAG contrast
Aa
#7cdbbf on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cdbbf on black: 12.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green85.9%
Blue74.9%
CMYK percentages
Cyan43.4%
Magenta0.0%
Yellow12.8%
Key (black)14.1%
Color previews
#7cdbbf text on a black background
contrast 12.74:1
Card sample
#7cdbbf text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cdbbf;
Background color
Panel with #7cdbbf background
background-color: #7cdbbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cdbbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 219, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 219, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cdbbf; background: linear-gradient(135deg, #7cdbbf, #7CB8DB);