#3cb4eb
a balanced, electric cyan · cool · closest name: skyblue
RGB
60, 180, 235
HSL
199°, 81%, 58%
CMYK
75, 23, 0, 8
Luminance
0.3960
Every format
| HEX | #3cb4eb |
| RGB | rgb(60, 180, 235) |
| HSL | hsl(199, 81%, 58%) |
| CMYK | cmyk(75%, 23%, 0%, 8%) |
| LAB | lab(69.2 -15.1 -36.9) |
| LCH | lch(69.2 39.9 247.7) |
| OKLCH | oklch(0.728 0.130 232.8) |
Copy-ready code
/* CSS */
color: #3cb4eb;
background-color: #3cb4eb;
/* Tailwind (arbitrary) */
class="text-[#3cb4eb] bg-[#3cb4eb]"
/* SCSS */
$brand: #3cb4eb;
/* SwiftUI */
Color(red: 0.235, green: 0.706, blue: 0.922)
/* Android */
Color.parseColor("#3cb4eb")Accessibility — WCAG contrast
Aa
#3cb4eb on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cb4eb on black: 8.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green70.6%
Blue92.2%
CMYK percentages
Cyan74.5%
Magenta23.4%
Yellow0.0%
Key (black)7.8%
Color previews
#3cb4eb text on a black background
contrast 8.92:1
Card sample
#3cb4eb text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cb4eb;
Background color
Panel with #3cb4eb background
background-color: #3cb4eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cb4eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 180, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 180, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cb4eb; background: linear-gradient(135deg, #3cb4eb, #3C3FEB);