#5cf3db
a light, electric cyan · cool · closest name: turquoise
RGB
92, 243, 219
HSL
171°, 86%, 66%
CMYK
62, 0, 10, 5
Luminance
0.7149
Every format
| HEX | #5cf3db |
| RGB | rgb(92, 243, 219) |
| HSL | hsl(171, 86%, 66%) |
| CMYK | cmyk(62%, 0%, 10%, 5%) |
| LAB | lab(87.7 -45.5 -0.3) |
| LCH | lch(87.7 45.5 180.4) |
| OKLCH | oklch(0.878 0.132 180.7) |
Copy-ready code
/* CSS */
color: #5cf3db;
background-color: #5cf3db;
/* Tailwind (arbitrary) */
class="text-[#5cf3db] bg-[#5cf3db]"
/* SCSS */
$brand: #5cf3db;
/* SwiftUI */
Color(red: 0.361, green: 0.953, blue: 0.859)
/* Android */
Color.parseColor("#5cf3db")Accessibility — WCAG contrast
Aa
#5cf3db on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cf3db on black: 15.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green95.3%
Blue85.9%
CMYK percentages
Cyan62.1%
Magenta0.0%
Yellow9.9%
Key (black)4.7%
Color previews
#5cf3db text on a black background
contrast 15.30:1
Card sample
#5cf3db text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cf3db;
Background color
Panel with #5cf3db background
background-color: #5cf3db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cf3db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 243, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 243, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cf3db; background: linear-gradient(135deg, #5cf3db, #5CA6F3);