#4fbabc
a balanced, soft cyan · cool · closest name: turquoise
RGB
79, 186, 188
HSL
181°, 45%, 52%
CMYK
58, 1, 0, 26
Luminance
0.4041
Every format
| HEX | #4fbabc |
| RGB | rgb(79, 186, 188) |
| HSL | hsl(181, 45%, 52%) |
| CMYK | cmyk(58%, 1%, 0%, 26%) |
| LAB | lab(69.8 -29.8 -10.3) |
| LCH | lch(69.8 31.5 199.0) |
| OKLCH | oklch(0.728 0.098 196.9) |
Copy-ready code
/* CSS */
color: #4fbabc;
background-color: #4fbabc;
/* Tailwind (arbitrary) */
class="text-[#4fbabc] bg-[#4fbabc]"
/* SCSS */
$brand: #4fbabc;
/* SwiftUI */
Color(red: 0.310, green: 0.729, blue: 0.737)
/* Android */
Color.parseColor("#4fbabc")Accessibility — WCAG contrast
Aa
#4fbabc on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fbabc on black: 9.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green72.9%
Blue73.7%
CMYK percentages
Cyan58.0%
Magenta1.1%
Yellow0.0%
Key (black)26.3%
Color previews
#4fbabc text on a black background
contrast 9.08:1
Card sample
#4fbabc text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fbabc;
Background color
Panel with #4fbabc background
background-color: #4fbabc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fbabc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 186, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 186, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fbabc; background: linear-gradient(135deg, #4fbabc, #4F71BC);