#3cb7d4
a balanced, vivid cyan · cool · closest name: skyblue
RGB
60, 183, 212
HSL
191°, 64%, 53%
CMYK
72, 14, 0, 17
Luminance
0.3958
Every format
| HEX | #3cb7d4 |
| RGB | rgb(60, 183, 212) |
| HSL | hsl(191, 64%, 53%) |
| CMYK | cmyk(72%, 14%, 0%, 17%) |
| LAB | lab(69.2 -24.1 -24.4) |
| LCH | lch(69.2 34.3 225.3) |
| OKLCH | oklch(0.725 0.113 217.0) |
Copy-ready code
/* CSS */
color: #3cb7d4;
background-color: #3cb7d4;
/* Tailwind (arbitrary) */
class="text-[#3cb7d4] bg-[#3cb7d4]"
/* SCSS */
$brand: #3cb7d4;
/* SwiftUI */
Color(red: 0.235, green: 0.718, blue: 0.831)
/* Android */
Color.parseColor("#3cb7d4")Accessibility — WCAG contrast
Aa
#3cb7d4 on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cb7d4 on black: 8.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green71.8%
Blue83.1%
CMYK percentages
Cyan71.7%
Magenta13.7%
Yellow0.0%
Key (black)16.9%
Color previews
#3cb7d4 text on a black background
contrast 8.92:1
Card sample
#3cb7d4 text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cb7d4;
Background color
Panel with #3cb7d4 background
background-color: #3cb7d4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cb7d4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 183, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 183, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cb7d4; background: linear-gradient(135deg, #3cb7d4, #3C52D4);