#2985eb
a balanced, electric blue · cool · closest name: dodgerblue
RGB
41, 133, 235
HSL
212°, 83%, 54%
CMYK
83, 43, 0, 8
Luminance
0.2324
Every format
| HEX | #2985eb |
| RGB | rgb(41, 133, 235) |
| HSL | hsl(212, 83%, 54%) |
| CMYK | cmyk(83%, 43%, 0%, 8%) |
| LAB | lab(55.3 9.9 -58.8) |
| LCH | lch(55.3 59.7 279.5) |
| OKLCH | oklch(0.617 0.175 254.4) |
Copy-ready code
/* CSS */
color: #2985eb;
background-color: #2985eb;
/* Tailwind (arbitrary) */
class="text-[#2985eb] bg-[#2985eb]"
/* SCSS */
$brand: #2985eb;
/* SwiftUI */
Color(red: 0.161, green: 0.522, blue: 0.922)
/* Android */
Color.parseColor("#2985eb")Accessibility — WCAG contrast
Aa
#2985eb on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2985eb on black: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green52.2%
Blue92.2%
CMYK percentages
Cyan82.6%
Magenta43.4%
Yellow0.0%
Key (black)7.8%
Color previews
#2985eb text on a black background
contrast 5.65:1
Card sample
#2985eb text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2985eb;
Background color
Panel with #2985eb background
background-color: #2985eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2985eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 133, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 133, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2985eb; background: linear-gradient(135deg, #2985eb, #4E29EB);