#5ceffc
a light, electric cyan · cool · closest name: cyan
RGB
92, 239, 252
HSL
185°, 96%, 68%
CMYK
64, 5, 0, 1
Luminance
0.7104
Every format
| HEX | #5ceffc |
| RGB | rgb(92, 239, 252) |
| HSL | hsl(185, 96%, 68%) |
| CMYK | cmyk(64%, 5%, 0%, 1%) |
| LAB | lab(87.5 -35.0 -17.9) |
| LCH | lch(87.5 39.3 207.1) |
| OKLCH | oklch(0.879 0.125 203.4) |
Copy-ready code
/* CSS */
color: #5ceffc;
background-color: #5ceffc;
/* Tailwind (arbitrary) */
class="text-[#5ceffc] bg-[#5ceffc]"
/* SCSS */
$brand: #5ceffc;
/* SwiftUI */
Color(red: 0.361, green: 0.937, blue: 0.988)
/* Android */
Color.parseColor("#5ceffc")Accessibility — WCAG contrast
Aa
#5ceffc on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ceffc on black: 15.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green93.7%
Blue98.8%
CMYK percentages
Cyan63.5%
Magenta5.2%
Yellow0.0%
Key (black)1.2%
Color previews
#5ceffc text on a black background
contrast 15.21:1
Card sample
#5ceffc text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ceffc;
Background color
Panel with #5ceffc background
background-color: #5ceffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ceffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 239, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 239, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ceffc; background: linear-gradient(135deg, #5ceffc, #5C84FC);