#7bd2cf
a light, vivid cyan · cool · closest name: turquoise
RGB
123, 210, 207
HSL
178°, 49%, 65%
CMYK
41, 0, 1, 18
Luminance
0.5481
Every format
| HEX | #7bd2cf |
| RGB | rgb(123, 210, 207) |
| HSL | hsl(178, 49%, 65%) |
| CMYK | cmyk(41%, 0%, 1%, 18%) |
| LAB | lab(78.9 -26.9 -6.7) |
| LCH | lch(78.9 27.8 194.1) |
| OKLCH | oklch(0.808 0.085 192.8) |
Copy-ready code
/* CSS */
color: #7bd2cf;
background-color: #7bd2cf;
/* Tailwind (arbitrary) */
class="text-[#7bd2cf] bg-[#7bd2cf]"
/* SCSS */
$brand: #7bd2cf;
/* SwiftUI */
Color(red: 0.482, green: 0.824, blue: 0.812)
/* Android */
Color.parseColor("#7bd2cf")Accessibility — WCAG contrast
Aa
#7bd2cf on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7bd2cf on black: 11.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green82.4%
Blue81.2%
CMYK percentages
Cyan41.4%
Magenta0.0%
Yellow1.4%
Key (black)17.6%
Color previews
#7bd2cf text on a black background
contrast 11.96:1
Card sample
#7bd2cf text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7bd2cf;
Background color
Panel with #7bd2cf background
background-color: #7bd2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7bd2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 210, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 210, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7bd2cf; background: linear-gradient(135deg, #7bd2cf, #7B9BD2);