#3cacff
a balanced, electric blue · cool · closest name: dodgerblue
RGB
60, 172, 255
HSL
206°, 100%, 62%
CMYK
77, 33, 0, 0
Luminance
0.3769
Every format
| HEX | #3cacff |
| RGB | rgb(60, 172, 255) |
| HSL | hsl(206, 100%, 62%) |
| CMYK | cmyk(77%, 33%, 0%, 0%) |
| LAB | lab(67.8 -3.9 -50.0) |
| LCH | lch(67.8 50.1 265.5) |
| OKLCH | oklch(0.720 0.156 245.3) |
Copy-ready code
/* CSS */
color: #3cacff;
background-color: #3cacff;
/* Tailwind (arbitrary) */
class="text-[#3cacff] bg-[#3cacff]"
/* SCSS */
$brand: #3cacff;
/* SwiftUI */
Color(red: 0.235, green: 0.675, blue: 1.000)
/* Android */
Color.parseColor("#3cacff")Accessibility — WCAG contrast
Aa
#3cacff on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cacff on black: 8.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green67.5%
Blue100.0%
CMYK percentages
Cyan76.5%
Magenta32.5%
Yellow0.0%
Key (black)0.0%
Color previews
#3cacff text on a black background
contrast 8.54:1
Card sample
#3cacff text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cacff;
Background color
Panel with #3cacff background
background-color: #3cacff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cacff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 172, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 172, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cacff; background: linear-gradient(135deg, #3cacff, #4E3CFF);