#76bfac
a balanced, soft cyan · cool · closest name: turquoise
RGB
118, 191, 172
HSL
164°, 36%, 61%
CMYK
38, 0, 10, 25
Luminance
0.4409
Every format
| HEX | #76bfac |
| RGB | rgb(118, 191, 172) |
| HSL | hsl(164, 36%, 61%) |
| CMYK | cmyk(38%, 0%, 10%, 25%) |
| LAB | lab(72.3 -27.2 2.4) |
| LCH | lch(72.3 27.3 174.9) |
| OKLCH | oklch(0.751 0.079 175.7) |
Copy-ready code
/* CSS */
color: #76bfac;
background-color: #76bfac;
/* Tailwind (arbitrary) */
class="text-[#76bfac] bg-[#76bfac]"
/* SCSS */
$brand: #76bfac;
/* SwiftUI */
Color(red: 0.463, green: 0.749, blue: 0.675)
/* Android */
Color.parseColor("#76bfac")Accessibility — WCAG contrast
Aa
#76bfac on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#76bfac on black: 9.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green74.9%
Blue67.5%
CMYK percentages
Cyan38.2%
Magenta0.0%
Yellow9.9%
Key (black)25.1%
Color previews
#76bfac text on a black background
contrast 9.82:1
Card sample
#76bfac text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #76bfac;
Background color
Panel with #76bfac background
background-color: #76bfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #76bfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 191, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 191, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #76bfac; background: linear-gradient(135deg, #76bfac, #76A1BF);