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