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