#2482ef
a balanced, electric blue · cool · closest name: dodgerblue
RGB
36, 130, 239
HSL
212°, 86%, 54%
CMYK
85, 46, 0, 6
Luminance
0.2257
Every format
| HEX | #2482ef |
| RGB | rgb(36, 130, 239) |
| HSL | hsl(212, 86%, 54%) |
| CMYK | cmyk(85%, 46%, 0%, 6%) |
| LAB | lab(54.6 12.8 -62.2) |
| LCH | lch(54.6 63.5 281.7) |
| OKLCH | oklch(0.612 0.185 255.5) |
Copy-ready code
/* CSS */
color: #2482ef;
background-color: #2482ef;
/* Tailwind (arbitrary) */
class="text-[#2482ef] bg-[#2482ef]"
/* SCSS */
$brand: #2482ef;
/* SwiftUI */
Color(red: 0.141, green: 0.510, blue: 0.937)
/* Android */
Color.parseColor("#2482ef")Accessibility — WCAG contrast
Aa
#2482ef on white: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2482ef on black: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green51.0%
Blue93.7%
CMYK percentages
Cyan84.9%
Magenta45.6%
Yellow0.0%
Key (black)6.3%
Color previews
#2482ef text on a black background
contrast 5.51:1
Card sample
#2482ef text on a white background
contrast 3.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2482ef;
Background color
Panel with #2482ef background
background-color: #2482ef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2482ef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 130, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 130, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2482ef; background: linear-gradient(135deg, #2482ef, #4D24EF);