#3cbcfd
a balanced, electric blue · cool · closest name: skyblue
RGB
60, 188, 253
HSL
200°, 98%, 61%
CMYK
76, 26, 0, 1
Luminance
0.4402
Every format
| HEX | #3cbcfd |
| RGB | rgb(60, 188, 253) |
| HSL | hsl(200, 98%, 61%) |
| CMYK | cmyk(76%, 26%, 0%, 1%) |
| LAB | lab(72.2 -13.4 -41.9) |
| LCH | lch(72.2 44.0 252.3) |
| OKLCH | oklch(0.754 0.143 235.9) |
Copy-ready code
/* CSS */
color: #3cbcfd;
background-color: #3cbcfd;
/* Tailwind (arbitrary) */
class="text-[#3cbcfd] bg-[#3cbcfd]"
/* SCSS */
$brand: #3cbcfd;
/* SwiftUI */
Color(red: 0.235, green: 0.737, blue: 0.992)
/* Android */
Color.parseColor("#3cbcfd")Accessibility — WCAG contrast
Aa
#3cbcfd on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cbcfd on black: 9.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green73.7%
Blue99.2%
CMYK percentages
Cyan76.3%
Magenta25.7%
Yellow0.0%
Key (black)0.8%
Color previews
#3cbcfd text on a black background
contrast 9.80:1
Card sample
#3cbcfd text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cbcfd;
Background color
Panel with #3cbcfd background
background-color: #3cbcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cbcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 188, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 188, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cbcfd; background: linear-gradient(135deg, #3cbcfd, #3D3CFD);