#2d8cef
a balanced, electric blue · cool · closest name: dodgerblue
RGB
45, 140, 239
HSL
211°, 86%, 56%
CMYK
81, 41, 0, 6
Luminance
0.2555
Every format
| HEX | #2d8cef |
| RGB | rgb(45, 140, 239) |
| HSL | hsl(211, 86%, 56%) |
| CMYK | cmyk(81%, 41%, 0%, 6%) |
| LAB | lab(57.6 7.5 -57.4) |
| LCH | lch(57.6 57.9 277.4) |
| OKLCH | oklch(0.636 0.172 253.2) |
Copy-ready code
/* CSS */
color: #2d8cef;
background-color: #2d8cef;
/* Tailwind (arbitrary) */
class="text-[#2d8cef] bg-[#2d8cef]"
/* SCSS */
$brand: #2d8cef;
/* SwiftUI */
Color(red: 0.176, green: 0.549, blue: 0.937)
/* Android */
Color.parseColor("#2d8cef")Accessibility — WCAG contrast
Aa
#2d8cef on white: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2d8cef on black: 6.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green54.9%
Blue93.7%
CMYK percentages
Cyan81.2%
Magenta41.4%
Yellow0.0%
Key (black)6.3%
Color previews
#2d8cef text on a black background
contrast 6.11:1
Card sample
#2d8cef text on a white background
contrast 3.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2d8cef;
Background color
Panel with #2d8cef background
background-color: #2d8cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2d8cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 140, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 140, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2d8cef; background: linear-gradient(135deg, #2d8cef, #4F2DEF);