#5cbfba
a balanced, soft cyan · cool · closest name: turquoise
RGB
92, 191, 186
HSL
177°, 44%, 56%
CMYK
52, 0, 3, 25
Luminance
0.4308
Every format
| HEX | #5cbfba |
| RGB | rgb(92, 191, 186) |
| HSL | hsl(177, 44%, 56%) |
| CMYK | cmyk(52%, 0%, 3%, 25%) |
| LAB | lab(71.6 -30.1 -6.3) |
| LCH | lch(71.6 30.8 191.9) |
| OKLCH | oklch(0.744 0.093 190.9) |
Copy-ready code
/* CSS */
color: #5cbfba;
background-color: #5cbfba;
/* Tailwind (arbitrary) */
class="text-[#5cbfba] bg-[#5cbfba]"
/* SCSS */
$brand: #5cbfba;
/* SwiftUI */
Color(red: 0.361, green: 0.749, blue: 0.729)
/* Android */
Color.parseColor("#5cbfba")Accessibility — WCAG contrast
Aa
#5cbfba on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cbfba on black: 9.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green74.9%
Blue72.9%
CMYK percentages
Cyan51.8%
Magenta0.0%
Yellow2.6%
Key (black)25.1%
Color previews
#5cbfba text on a black background
contrast 9.62:1
Card sample
#5cbfba text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cbfba;
Background color
Panel with #5cbfba background
background-color: #5cbfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cbfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 191, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 191, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cbfba; background: linear-gradient(135deg, #5cbfba, #5C82BF);