#4bcffc
a balanced, electric cyan · cool · closest name: skyblue
RGB
75, 207, 252
HSL
195°, 97%, 64%
CMYK
70, 18, 0, 1
Luminance
0.5315
Every format
| HEX | #4bcffc |
| RGB | rgb(75, 207, 252) |
| HSL | hsl(195, 97%, 64%) |
| CMYK | cmyk(70%, 18%, 0%, 1%) |
| LAB | lab(78.0 -21.8 -32.5) |
| LCH | lch(78.0 39.1 236.1) |
| OKLCH | oklch(0.801 0.129 224.8) |
Copy-ready code
/* CSS */
color: #4bcffc;
background-color: #4bcffc;
/* Tailwind (arbitrary) */
class="text-[#4bcffc] bg-[#4bcffc]"
/* SCSS */
$brand: #4bcffc;
/* SwiftUI */
Color(red: 0.294, green: 0.812, blue: 0.988)
/* Android */
Color.parseColor("#4bcffc")Accessibility — WCAG contrast
Aa
#4bcffc on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4bcffc on black: 11.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green81.2%
Blue98.8%
CMYK percentages
Cyan70.2%
Magenta17.9%
Yellow0.0%
Key (black)1.2%
Color previews
#4bcffc text on a black background
contrast 11.63:1
Card sample
#4bcffc text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4bcffc;
Background color
Panel with #4bcffc background
background-color: #4bcffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4bcffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 207, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 207, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4bcffc; background: linear-gradient(135deg, #4bcffc, #4B59FC);