#3cbdf8
a balanced, electric cyan · cool · closest name: skyblue
RGB
60, 189, 248
HSL
199°, 93%, 60%
CMYK
76, 24, 0, 3
Luminance
0.4413
Every format
| HEX | #3cbdf8 |
| RGB | rgb(60, 189, 248) |
| HSL | hsl(199, 93%, 60%) |
| CMYK | cmyk(76%, 24%, 0%, 3%) |
| LAB | lab(72.3 -15.6 -39.1) |
| LCH | lch(72.3 42.1 248.3) |
| OKLCH | oklch(0.754 0.138 233.1) |
Copy-ready code
/* CSS */
color: #3cbdf8;
background-color: #3cbdf8;
/* Tailwind (arbitrary) */
class="text-[#3cbdf8] bg-[#3cbdf8]"
/* SCSS */
$brand: #3cbdf8;
/* SwiftUI */
Color(red: 0.235, green: 0.741, blue: 0.973)
/* Android */
Color.parseColor("#3cbdf8")Accessibility — WCAG contrast
Aa
#3cbdf8 on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cbdf8 on black: 9.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green74.1%
Blue97.3%
CMYK percentages
Cyan75.8%
Magenta23.8%
Yellow0.0%
Key (black)2.7%
Color previews
#3cbdf8 text on a black background
contrast 9.83:1
Card sample
#3cbdf8 text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cbdf8;
Background color
Panel with #3cbdf8 background
background-color: #3cbdf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cbdf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 189, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 189, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cbdf8; background: linear-gradient(135deg, #3cbdf8, #3C40F8);