#7bcfc3
a balanced, vivid cyan · cool · closest name: turquoise
RGB
123, 207, 195
HSL
171°, 47%, 65%
CMYK
41, 0, 6, 19
Luminance
0.5278
Every format
| HEX | #7bcfc3 |
| RGB | rgb(123, 207, 195) |
| HSL | hsl(171, 47%, 65%) |
| CMYK | cmyk(41%, 0%, 6%, 19%) |
| LAB | lab(77.7 -28.3 -2.0) |
| LCH | lch(77.7 28.4 184.1) |
| OKLCH | oklch(0.798 0.084 184.1) |
Copy-ready code
/* CSS */
color: #7bcfc3;
background-color: #7bcfc3;
/* Tailwind (arbitrary) */
class="text-[#7bcfc3] bg-[#7bcfc3]"
/* SCSS */
$brand: #7bcfc3;
/* SwiftUI */
Color(red: 0.482, green: 0.812, blue: 0.765)
/* Android */
Color.parseColor("#7bcfc3")Accessibility — WCAG contrast
Aa
#7bcfc3 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7bcfc3 on black: 11.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green81.2%
Blue76.5%
CMYK percentages
Cyan40.6%
Magenta0.0%
Yellow5.8%
Key (black)18.8%
Color previews
#7bcfc3 text on a black background
contrast 11.56:1
Card sample
#7bcfc3 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7bcfc3;
Background color
Panel with #7bcfc3 background
background-color: #7bcfc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7bcfc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 207, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 207, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7bcfc3; background: linear-gradient(135deg, #7bcfc3, #7BA3CF);