#5cfeee
a light, electric cyan · cool · closest name: cyan
RGB
92, 254, 238
HSL
174°, 99%, 68%
CMYK
64, 0, 6, 0
Luminance
0.7933
Every format
| HEX | #5cfeee |
| RGB | rgb(92, 254, 238) |
| HSL | hsl(174, 99%, 68%) |
| CMYK | cmyk(64%, 0%, 6%, 0%) |
| LAB | lab(91.4 -45.5 -4.8) |
| LCH | lch(91.4 45.7 186.0) |
| OKLCH | oklch(0.909 0.136 185.8) |
Copy-ready code
/* CSS */
color: #5cfeee;
background-color: #5cfeee;
/* Tailwind (arbitrary) */
class="text-[#5cfeee] bg-[#5cfeee]"
/* SCSS */
$brand: #5cfeee;
/* SwiftUI */
Color(red: 0.361, green: 0.996, blue: 0.933)
/* Android */
Color.parseColor("#5cfeee")Accessibility — WCAG contrast
Aa
#5cfeee on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cfeee on black: 16.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green99.6%
Blue93.3%
CMYK percentages
Cyan63.8%
Magenta0.0%
Yellow6.3%
Key (black)0.4%
Color previews
#5cfeee text on a black background
contrast 16.87:1
Card sample
#5cfeee text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cfeee;
Background color
Panel with #5cfeee background
background-color: #5cfeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cfeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 254, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 254, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cfeee; background: linear-gradient(135deg, #5cfeee, #5CA2FE);