#2d7cef
a balanced, electric blue · cool · closest name: dodgerblue
RGB
45, 124, 239
HSL
216°, 86%, 56%
CMYK
81, 48, 0, 6
Luminance
0.2121
Every format
| HEX | #2d7cef |
| RGB | rgb(45, 124, 239) |
| HSL | hsl(216, 86%, 56%) |
| CMYK | cmyk(81%, 48%, 0%, 6%) |
| LAB | lab(53.2 17.3 -64.5) |
| LCH | lch(53.2 66.8 285.0) |
| OKLCH | oklch(0.602 0.189 258.5) |
Copy-ready code
/* CSS */
color: #2d7cef;
background-color: #2d7cef;
/* Tailwind (arbitrary) */
class="text-[#2d7cef] bg-[#2d7cef]"
/* SCSS */
$brand: #2d7cef;
/* SwiftUI */
Color(red: 0.176, green: 0.486, blue: 0.937)
/* Android */
Color.parseColor("#2d7cef")Accessibility — WCAG contrast
Aa
#2d7cef on white: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2d7cef on black: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green48.6%
Blue93.7%
CMYK percentages
Cyan81.2%
Magenta48.1%
Yellow0.0%
Key (black)6.3%
Color previews
#2d7cef text on a black background
contrast 5.24:1
Card sample
#2d7cef text on a white background
contrast 4.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2d7cef;
Background color
Panel with #2d7cef background
background-color: #2d7cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2d7cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 124, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 124, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2d7cef; background: linear-gradient(135deg, #2d7cef, #602DEF);