#4ccdfe
a balanced, electric cyan · cool · closest name: skyblue
RGB
76, 205, 254
HSL
197°, 99%, 65%
CMYK
70, 19, 0, 0
Luminance
0.5235
Every format
| HEX | #4ccdfe |
| RGB | rgb(76, 205, 254) |
| HSL | hsl(197, 99%, 65%) |
| CMYK | cmyk(70%, 19%, 0%, 0%) |
| LAB | lab(77.5 -20.1 -34.3) |
| LCH | lch(77.5 39.7 239.7) |
| OKLCH | oklch(0.797 0.130 227.4) |
Copy-ready code
/* CSS */
color: #4ccdfe;
background-color: #4ccdfe;
/* Tailwind (arbitrary) */
class="text-[#4ccdfe] bg-[#4ccdfe]"
/* SCSS */
$brand: #4ccdfe;
/* SwiftUI */
Color(red: 0.298, green: 0.804, blue: 0.996)
/* Android */
Color.parseColor("#4ccdfe")Accessibility — WCAG contrast
Aa
#4ccdfe on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ccdfe on black: 11.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green80.4%
Blue99.6%
CMYK percentages
Cyan70.1%
Magenta19.3%
Yellow0.0%
Key (black)0.4%
Color previews
#4ccdfe text on a black background
contrast 11.47:1
Card sample
#4ccdfe text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ccdfe;
Background color
Panel with #4ccdfe background
background-color: #4ccdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ccdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 205, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 205, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ccdfe; background: linear-gradient(135deg, #4ccdfe, #4C56FE);