#5ce5df
a balanced, vivid cyan · cool · closest name: turquoise
RGB
92, 229, 223
HSL
177°, 73%, 63%
CMYK
60, 0, 3, 10
Luminance
0.6364
Every format
| HEX | #5ce5df |
| RGB | rgb(92, 229, 223) |
| HSL | hsl(177, 73%, 63%) |
| CMYK | cmyk(60%, 0%, 3%, 10%) |
| LAB | lab(83.8 -38.2 -8.2) |
| LCH | lch(83.8 39.1 192.1) |
| OKLCH | oklch(0.846 0.118 191.1) |
Copy-ready code
/* CSS */
color: #5ce5df;
background-color: #5ce5df;
/* Tailwind (arbitrary) */
class="text-[#5ce5df] bg-[#5ce5df]"
/* SCSS */
$brand: #5ce5df;
/* SwiftUI */
Color(red: 0.361, green: 0.898, blue: 0.875)
/* Android */
Color.parseColor("#5ce5df")Accessibility — WCAG contrast
Aa
#5ce5df on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ce5df on black: 13.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green89.8%
Blue87.5%
CMYK percentages
Cyan59.8%
Magenta0.0%
Yellow2.6%
Key (black)10.2%
Color previews
#5ce5df text on a black background
contrast 13.73:1
Card sample
#5ce5df text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ce5df;
Background color
Panel with #5ce5df background
background-color: #5ce5df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ce5df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 229, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 229, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ce5df; background: linear-gradient(135deg, #5ce5df, #5C8FE5);