#3cb2da
a balanced, vivid cyan · cool · closest name: skyblue
RGB
60, 178, 218
HSL
195°, 68%, 55%
CMYK
73, 18, 0, 15
Luminance
0.3786
Every format
| HEX | #3cb2da |
| RGB | rgb(60, 178, 218) |
| HSL | hsl(195, 68%, 55%) |
| CMYK | cmyk(73%, 18%, 0%, 15%) |
| LAB | lab(67.9 -19.6 -29.6) |
| LCH | lch(67.9 35.5 236.4) |
| OKLCH | oklch(0.715 0.117 225.0) |
Copy-ready code
/* CSS */
color: #3cb2da;
background-color: #3cb2da;
/* Tailwind (arbitrary) */
class="text-[#3cb2da] bg-[#3cb2da]"
/* SCSS */
$brand: #3cb2da;
/* SwiftUI */
Color(red: 0.235, green: 0.698, blue: 0.855)
/* Android */
Color.parseColor("#3cb2da")Accessibility — WCAG contrast
Aa
#3cb2da on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cb2da on black: 8.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green69.8%
Blue85.5%
CMYK percentages
Cyan72.5%
Magenta18.3%
Yellow0.0%
Key (black)14.5%
Color previews
#3cb2da text on a black background
contrast 8.57:1
Card sample
#3cb2da text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cb2da;
Background color
Panel with #3cb2da background
background-color: #3cb2da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cb2da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 178, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 178, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cb2da; background: linear-gradient(135deg, #3cb2da, #3C49DA);