#3cabfd
a balanced, electric blue · cool · closest name: dodgerblue
RGB
60, 171, 253
HSL
206°, 98%, 61%
CMYK
76, 32, 0, 1
Luminance
0.3718
Every format
| HEX | #3cabfd |
| RGB | rgb(60, 171, 253) |
| HSL | hsl(206, 98%, 61%) |
| CMYK | cmyk(76%, 32%, 0%, 1%) |
| LAB | lab(67.4 -4.1 -49.5) |
| LCH | lch(67.4 49.6 265.3) |
| OKLCH | oklch(0.716 0.155 245.1) |
Copy-ready code
/* CSS */
color: #3cabfd;
background-color: #3cabfd;
/* Tailwind (arbitrary) */
class="text-[#3cabfd] bg-[#3cabfd]"
/* SCSS */
$brand: #3cabfd;
/* SwiftUI */
Color(red: 0.235, green: 0.671, blue: 0.992)
/* Android */
Color.parseColor("#3cabfd")Accessibility — WCAG contrast
Aa
#3cabfd on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cabfd on black: 8.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green67.1%
Blue99.2%
CMYK percentages
Cyan76.3%
Magenta32.4%
Yellow0.0%
Key (black)0.8%
Color previews
#3cabfd text on a black background
contrast 8.44:1
Card sample
#3cabfd text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cabfd;
Background color
Panel with #3cabfd background
background-color: #3cabfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cabfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 171, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 171, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cabfd; background: linear-gradient(135deg, #3cabfd, #4E3CFD);