#7cbfac
a balanced, soft cyan · cool · closest name: turquoise
RGB
124, 191, 172
HSL
163°, 34%, 62%
CMYK
35, 0, 10, 25
Luminance
0.4453
Every format
| HEX | #7cbfac |
| RGB | rgb(124, 191, 172) |
| HSL | hsl(163, 34%, 62%) |
| CMYK | cmyk(35%, 0%, 10%, 25%) |
| LAB | lab(72.6 -25.5 2.9) |
| LCH | lch(72.6 25.7 173.6) |
| OKLCH | oklch(0.754 0.074 174.4) |
Copy-ready code
/* CSS */
color: #7cbfac;
background-color: #7cbfac;
/* Tailwind (arbitrary) */
class="text-[#7cbfac] bg-[#7cbfac]"
/* SCSS */
$brand: #7cbfac;
/* SwiftUI */
Color(red: 0.486, green: 0.749, blue: 0.675)
/* Android */
Color.parseColor("#7cbfac")Accessibility — WCAG contrast
Aa
#7cbfac on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cbfac on black: 9.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green74.9%
Blue67.5%
CMYK percentages
Cyan35.1%
Magenta0.0%
Yellow9.9%
Key (black)25.1%
Color previews
#7cbfac text on a black background
contrast 9.91:1
Card sample
#7cbfac text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cbfac;
Background color
Panel with #7cbfac background
background-color: #7cbfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cbfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 191, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 191, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cbfac; background: linear-gradient(135deg, #7cbfac, #7CA5BF);