#3c8cdf
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
60, 140, 223
HSL
211°, 72%, 56%
CMYK
73, 37, 0, 13
Luminance
0.2504
Every format
| HEX | #3c8cdf |
| RGB | rgb(60, 140, 223) |
| HSL | hsl(211, 72%, 56%) |
| CMYK | cmyk(73%, 37%, 0%, 13%) |
| LAB | lab(57.1 3.3 -49.3) |
| LCH | lch(57.1 49.4 273.8) |
| OKLCH | oklch(0.630 0.147 252.0) |
Copy-ready code
/* CSS */
color: #3c8cdf;
background-color: #3c8cdf;
/* Tailwind (arbitrary) */
class="text-[#3c8cdf] bg-[#3c8cdf]"
/* SCSS */
$brand: #3c8cdf;
/* SwiftUI */
Color(red: 0.235, green: 0.549, blue: 0.875)
/* Android */
Color.parseColor("#3c8cdf")Accessibility — WCAG contrast
Aa
#3c8cdf on white: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3c8cdf on black: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green54.9%
Blue87.5%
CMYK percentages
Cyan73.1%
Magenta37.2%
Yellow0.0%
Key (black)12.5%
Color previews
#3c8cdf text on a black background
contrast 6.01:1
Card sample
#3c8cdf text on a white background
contrast 3.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c8cdf;
Background color
Panel with #3c8cdf background
background-color: #3c8cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c8cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 140, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 140, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c8cdf; background: linear-gradient(135deg, #3c8cdf, #593CDF);