#3cabdf
a balanced, vivid cyan · cool · closest name: steelblue
RGB
60, 171, 223
HSL
199°, 72%, 56%
CMYK
73, 23, 0, 13
Luminance
0.3541
Every format
| HEX | #3cabdf |
| RGB | rgb(60, 171, 223) |
| HSL | hsl(199, 72%, 56%) |
| CMYK | cmyk(73%, 23%, 0%, 13%) |
| LAB | lab(66.1 -14.3 -35.2) |
| LCH | lch(66.1 38.0 247.9) |
| OKLCH | oklch(0.701 0.124 233.1) |
Copy-ready code
/* CSS */
color: #3cabdf;
background-color: #3cabdf;
/* Tailwind (arbitrary) */
class="text-[#3cabdf] bg-[#3cabdf]"
/* SCSS */
$brand: #3cabdf;
/* SwiftUI */
Color(red: 0.235, green: 0.671, blue: 0.875)
/* Android */
Color.parseColor("#3cabdf")Accessibility — WCAG contrast
Aa
#3cabdf on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cabdf on black: 8.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green67.1%
Blue87.5%
CMYK percentages
Cyan73.1%
Magenta23.3%
Yellow0.0%
Key (black)12.5%
Color previews
#3cabdf text on a black background
contrast 8.08:1
Card sample
#3cabdf text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cabdf;
Background color
Panel with #3cabdf background
background-color: #3cabdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cabdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 171, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 171, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cabdf; background: linear-gradient(135deg, #3cabdf, #3C3EDF);