#3cbdef
a balanced, electric cyan · cool · closest name: skyblue
RGB
60, 189, 239
HSL
197°, 85%, 59%
CMYK
75, 21, 0, 6
Luminance
0.4359
Every format
| HEX | #3cbdef |
| RGB | rgb(60, 189, 239) |
| HSL | hsl(197, 85%, 59%) |
| CMYK | cmyk(75%, 21%, 0%, 6%) |
| LAB | lab(72.0 -18.6 -34.8) |
| LCH | lch(72.0 39.4 241.9) |
| OKLCH | oklch(0.750 0.130 228.7) |
Copy-ready code
/* CSS */
color: #3cbdef;
background-color: #3cbdef;
/* Tailwind (arbitrary) */
class="text-[#3cbdef] bg-[#3cbdef]"
/* SCSS */
$brand: #3cbdef;
/* SwiftUI */
Color(red: 0.235, green: 0.741, blue: 0.937)
/* Android */
Color.parseColor("#3cbdef")Accessibility — WCAG contrast
Aa
#3cbdef on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cbdef on black: 9.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green74.1%
Blue93.7%
CMYK percentages
Cyan74.9%
Magenta20.9%
Yellow0.0%
Key (black)6.3%
Color previews
#3cbdef text on a black background
contrast 9.72:1
Card sample
#3cbdef text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cbdef;
Background color
Panel with #3cbdef background
background-color: #3cbdef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cbdef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 189, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 189, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cbdef; background: linear-gradient(135deg, #3cbdef, #3C45EF);