#5ccfac
a balanced, vivid cyan · cool · closest name: turquoise
RGB
92, 207, 172
HSL
162°, 55%, 59%
CMYK
56, 0, 17, 19
Luminance
0.4988
Every format
| HEX | #5ccfac |
| RGB | rgb(92, 207, 172) |
| HSL | hsl(162, 55%, 59%) |
| CMYK | cmyk(56%, 0%, 17%, 19%) |
| LAB | lab(76.0 -41.0 7.6) |
| LCH | lch(76.0 41.7 169.5) |
| OKLCH | oklch(0.778 0.117 170.4) |
Copy-ready code
/* CSS */
color: #5ccfac;
background-color: #5ccfac;
/* Tailwind (arbitrary) */
class="text-[#5ccfac] bg-[#5ccfac]"
/* SCSS */
$brand: #5ccfac;
/* SwiftUI */
Color(red: 0.361, green: 0.812, blue: 0.675)
/* Android */
Color.parseColor("#5ccfac")Accessibility — WCAG contrast
Aa
#5ccfac on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ccfac on black: 10.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green81.2%
Blue67.5%
CMYK percentages
Cyan55.6%
Magenta0.0%
Yellow16.9%
Key (black)18.8%
Color previews
#5ccfac text on a black background
contrast 10.98:1
Card sample
#5ccfac text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ccfac;
Background color
Panel with #5ccfac background
background-color: #5ccfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ccfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 207, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 207, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ccfac; background: linear-gradient(135deg, #5ccfac, #5CA5CF);