#4fbaac
a balanced, soft cyan · cool · closest name: turquoise
RGB
79, 186, 172
HSL
172°, 44%, 52%
CMYK
58, 0, 8, 27
Luminance
0.3976
Every format
| HEX | #4fbaac |
| RGB | rgb(79, 186, 172) |
| HSL | hsl(172, 44%, 52%) |
| CMYK | cmyk(58%, 0%, 8%, 27%) |
| LAB | lab(69.3 -34.1 -2.1) |
| LCH | lch(69.3 34.1 183.6) |
| OKLCH | oklch(0.723 0.101 183.6) |
Copy-ready code
/* CSS */
color: #4fbaac;
background-color: #4fbaac;
/* Tailwind (arbitrary) */
class="text-[#4fbaac] bg-[#4fbaac]"
/* SCSS */
$brand: #4fbaac;
/* SwiftUI */
Color(red: 0.310, green: 0.729, blue: 0.675)
/* Android */
Color.parseColor("#4fbaac")Accessibility — WCAG contrast
Aa
#4fbaac on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fbaac on black: 8.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green72.9%
Blue67.5%
CMYK percentages
Cyan57.5%
Magenta0.0%
Yellow7.5%
Key (black)27.1%
Color previews
#4fbaac text on a black background
contrast 8.95:1
Card sample
#4fbaac text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fbaac;
Background color
Panel with #4fbaac background
background-color: #4fbaac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fbaac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 186, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 186, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fbaac; background: linear-gradient(135deg, #4fbaac, #4F81BA);