#2c7adc
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
44, 122, 220
HSL
213°, 72%, 52%
CMYK
80, 45, 0, 14
Luminance
0.1962
Every format
| HEX | #2c7adc |
| RGB | rgb(44, 122, 220) |
| HSL | hsl(213, 72%, 52%) |
| CMYK | cmyk(80%, 45%, 0%, 14%) |
| LAB | lab(51.4 11.3 -56.7) |
| LCH | lch(51.4 57.8 281.3) |
| OKLCH | oklch(0.584 0.168 256.2) |
Copy-ready code
/* CSS */
color: #2c7adc;
background-color: #2c7adc;
/* Tailwind (arbitrary) */
class="text-[#2c7adc] bg-[#2c7adc]"
/* SCSS */
$brand: #2c7adc;
/* SwiftUI */
Color(red: 0.173, green: 0.478, blue: 0.863)
/* Android */
Color.parseColor("#2c7adc")Accessibility — WCAG contrast
Aa
#2c7adc on white: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2c7adc on black: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green47.8%
Blue86.3%
CMYK percentages
Cyan80.0%
Magenta44.5%
Yellow0.0%
Key (black)13.7%
Color previews
#2c7adc text on a black background
contrast 4.92:1
Card sample
#2c7adc text on a white background
contrast 4.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c7adc;
Background color
Panel with #2c7adc background
background-color: #2c7adc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c7adc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 122, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 122, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c7adc; background: linear-gradient(135deg, #2c7adc, #532CDC);