#5bcfd4
a balanced, vivid cyan · cool · closest name: turquoise
RGB
91, 207, 212
HSL
183°, 59%, 59%
CMYK
57, 2, 0, 17
Luminance
0.5160
Every format
| HEX | #5bcfd4 |
| RGB | rgb(91, 207, 212) |
| HSL | hsl(183, 59%, 59%) |
| CMYK | cmyk(57%, 2%, 0%, 17%) |
| LAB | lab(77.0 -31.1 -12.4) |
| LCH | lch(77.0 33.4 201.7) |
| OKLCH | oklch(0.790 0.104 199.2) |
Copy-ready code
/* CSS */
color: #5bcfd4;
background-color: #5bcfd4;
/* Tailwind (arbitrary) */
class="text-[#5bcfd4] bg-[#5bcfd4]"
/* SCSS */
$brand: #5bcfd4;
/* SwiftUI */
Color(red: 0.357, green: 0.812, blue: 0.831)
/* Android */
Color.parseColor("#5bcfd4")Accessibility — WCAG contrast
Aa
#5bcfd4 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5bcfd4 on black: 11.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green81.2%
Blue83.1%
CMYK percentages
Cyan57.1%
Magenta2.4%
Yellow0.0%
Key (black)16.9%
Color previews
#5bcfd4 text on a black background
contrast 11.32:1
Card sample
#5bcfd4 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5bcfd4;
Background color
Panel with #5bcfd4 background
background-color: #5bcfd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5bcfd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 207, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 207, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5bcfd4; background: linear-gradient(135deg, #5bcfd4, #5B7ED4);