#5beccf
a balanced, electric cyan · cool · closest name: turquoise
RGB
91, 236, 207
HSL
168°, 79%, 64%
CMYK
61, 0, 12, 8
Luminance
0.6672
Every format
| HEX | #5beccf |
| RGB | rgb(91, 236, 207) |
| HSL | hsl(168, 79%, 64%) |
| CMYK | cmyk(61%, 0%, 12%, 8%) |
| LAB | lab(85.4 -45.6 2.6) |
| LCH | lch(85.4 45.6 176.8) |
| OKLCH | oklch(0.857 0.131 177.3) |
Copy-ready code
/* CSS */
color: #5beccf;
background-color: #5beccf;
/* Tailwind (arbitrary) */
class="text-[#5beccf] bg-[#5beccf]"
/* SCSS */
$brand: #5beccf;
/* SwiftUI */
Color(red: 0.357, green: 0.925, blue: 0.812)
/* Android */
Color.parseColor("#5beccf")Accessibility — WCAG contrast
Aa
#5beccf on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5beccf on black: 14.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green92.5%
Blue81.2%
CMYK percentages
Cyan61.4%
Magenta0.0%
Yellow12.3%
Key (black)7.5%
Color previews
#5beccf text on a black background
contrast 14.34:1
Card sample
#5beccf text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5beccf;
Background color
Panel with #5beccf background
background-color: #5beccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5beccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 236, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 236, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5beccf; background: linear-gradient(135deg, #5beccf, #5BA8EC);