#7bcdbf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
123, 205, 191
HSL
170°, 45%, 64%
CMYK
40, 0, 7, 20
Luminance
0.5164
Every format
| HEX | #7bcdbf |
| RGB | rgb(123, 205, 191) |
| HSL | hsl(170, 45%, 64%) |
| CMYK | cmyk(40%, 0%, 7%, 20%) |
| LAB | lab(77.1 -28.3 -0.9) |
| LCH | lch(77.1 28.3 181.8) |
| OKLCH | oklch(0.792 0.083 182.0) |
Copy-ready code
/* CSS */
color: #7bcdbf;
background-color: #7bcdbf;
/* Tailwind (arbitrary) */
class="text-[#7bcdbf] bg-[#7bcdbf]"
/* SCSS */
$brand: #7bcdbf;
/* SwiftUI */
Color(red: 0.482, green: 0.804, blue: 0.749)
/* Android */
Color.parseColor("#7bcdbf")Accessibility — WCAG contrast
Aa
#7bcdbf on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7bcdbf on black: 11.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green80.4%
Blue74.9%
CMYK percentages
Cyan40.0%
Magenta0.0%
Yellow6.8%
Key (black)19.6%
Color previews
#7bcdbf text on a black background
contrast 11.33:1
Card sample
#7bcdbf text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7bcdbf;
Background color
Panel with #7bcdbf background
background-color: #7bcdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7bcdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 205, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 205, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7bcdbf; background: linear-gradient(135deg, #7bcdbf, #7BA4CD);