#5ceaff
a light, electric cyan · cool · closest name: skyblue
RGB
92, 234, 255
HSL
188°, 100%, 68%
CMYK
64, 8, 0, 0
Luminance
0.6834
Every format
| HEX | #5ceaff |
| RGB | rgb(92, 234, 255) |
| HSL | hsl(188, 100%, 68%) |
| CMYK | cmyk(64%, 8%, 0%, 0%) |
| LAB | lab(86.2 -31.8 -21.5) |
| LCH | lch(86.2 38.4 214.0) |
| OKLCH | oklch(0.869 0.123 208.8) |
Copy-ready code
/* CSS */
color: #5ceaff;
background-color: #5ceaff;
/* Tailwind (arbitrary) */
class="text-[#5ceaff] bg-[#5ceaff]"
/* SCSS */
$brand: #5ceaff;
/* SwiftUI */
Color(red: 0.361, green: 0.918, blue: 1.000)
/* Android */
Color.parseColor("#5ceaff")Accessibility — WCAG contrast
Aa
#5ceaff on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ceaff on black: 14.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green91.8%
Blue100.0%
CMYK percentages
Cyan63.9%
Magenta8.2%
Yellow0.0%
Key (black)0.0%
Color previews
#5ceaff text on a black background
contrast 14.67:1
Card sample
#5ceaff text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ceaff;
Background color
Panel with #5ceaff background
background-color: #5ceaff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ceaff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 234, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 234, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ceaff; background: linear-gradient(135deg, #5ceaff, #5C7DFF);