#4cebfd
a balanced, electric cyan · cool · closest name: cyan
RGB
76, 235, 253
HSL
186°, 98%, 65%
CMYK
70, 7, 0, 1
Luminance
0.6805
Every format
| HEX | #4cebfd |
| RGB | rgb(76, 235, 253) |
| HSL | hsl(186, 98%, 65%) |
| CMYK | cmyk(70%, 7%, 0%, 1%) |
| LAB | lab(86.0 -35.0 -20.7) |
| LCH | lch(86.0 40.7 210.5) |
| OKLCH | oklch(0.866 0.131 206.1) |
Copy-ready code
/* CSS */
color: #4cebfd;
background-color: #4cebfd;
/* Tailwind (arbitrary) */
class="text-[#4cebfd] bg-[#4cebfd]"
/* SCSS */
$brand: #4cebfd;
/* SwiftUI */
Color(red: 0.298, green: 0.922, blue: 0.992)
/* Android */
Color.parseColor("#4cebfd")Accessibility — WCAG contrast
Aa
#4cebfd on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cebfd on black: 14.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green92.2%
Blue99.2%
CMYK percentages
Cyan70.0%
Magenta7.1%
Yellow0.0%
Key (black)0.8%
Color previews
#4cebfd text on a black background
contrast 14.61:1
Card sample
#4cebfd text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cebfd;
Background color
Panel with #4cebfd background
background-color: #4cebfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cebfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 235, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 235, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cebfd; background: linear-gradient(135deg, #4cebfd, #4C75FD);