#5bcfd6
a balanced, vivid cyan · cool · closest name: turquoise
RGB
91, 207, 214
HSL
183°, 60%, 60%
CMYK
58, 3, 0, 16
Luminance
0.5170
Every format
| HEX | #5bcfd6 |
| RGB | rgb(91, 207, 214) |
| HSL | hsl(183, 60%, 60%) |
| CMYK | cmyk(58%, 3%, 0%, 16%) |
| LAB | lab(77.1 -30.5 -13.3) |
| LCH | lch(77.1 33.3 203.6) |
| OKLCH | oklch(0.791 0.104 200.7) |
Copy-ready code
/* CSS */
color: #5bcfd6;
background-color: #5bcfd6;
/* Tailwind (arbitrary) */
class="text-[#5bcfd6] bg-[#5bcfd6]"
/* SCSS */
$brand: #5bcfd6;
/* SwiftUI */
Color(red: 0.357, green: 0.812, blue: 0.839)
/* Android */
Color.parseColor("#5bcfd6")Accessibility — WCAG contrast
Aa
#5bcfd6 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5bcfd6 on black: 11.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green81.2%
Blue83.9%
CMYK percentages
Cyan57.5%
Magenta3.3%
Yellow0.0%
Key (black)16.1%
Color previews
#5bcfd6 text on a black background
contrast 11.34:1
Card sample
#5bcfd6 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5bcfd6;
Background color
Panel with #5bcfd6 background
background-color: #5bcfd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5bcfd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 207, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 207, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5bcfd6; background: linear-gradient(135deg, #5bcfd6, #5B7DD6);