#7bdfbf
a light, vivid cyan · cool · closest name: turquoise
RGB
123, 223, 191
HSL
161°, 61%, 68%
CMYK
45, 0, 14, 13
Luminance
0.6075
Every format
| HEX | #7bdfbf |
| RGB | rgb(123, 223, 191) |
| HSL | hsl(161, 61%, 68%) |
| CMYK | cmyk(45%, 0%, 14%, 13%) |
| LAB | lab(82.2 -36.8 6.6) |
| LCH | lch(82.2 37.4 169.8) |
| OKLCH | oklch(0.834 0.106 170.8) |
Copy-ready code
/* CSS */
color: #7bdfbf;
background-color: #7bdfbf;
/* Tailwind (arbitrary) */
class="text-[#7bdfbf] bg-[#7bdfbf]"
/* SCSS */
$brand: #7bdfbf;
/* SwiftUI */
Color(red: 0.482, green: 0.875, blue: 0.749)
/* Android */
Color.parseColor("#7bdfbf")Accessibility — WCAG contrast
Aa
#7bdfbf on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7bdfbf on black: 13.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green87.5%
Blue74.9%
CMYK percentages
Cyan44.8%
Magenta0.0%
Yellow14.3%
Key (black)12.5%
Color previews
#7bdfbf text on a black background
contrast 13.15:1
Card sample
#7bdfbf text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7bdfbf;
Background color
Panel with #7bdfbf background
background-color: #7bdfbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7bdfbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 223, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 223, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7bdfbf; background: linear-gradient(135deg, #7bdfbf, #7BBCDF);