Dodger Blue
#2482F5
BlueColor Codes
All color formats for development
HEX
#2482F5RGB
rgb(36, 130, 245)HSL
hsl(213, 91%, 55%)OKLCH
oklch(0.616 0.192 256.4)CMYK
cmyk(85%, 47%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B73F1
2#0A66D6
3#0959BC
4#084CA1
5#064086
6#05336B
7#042650
8#031936
9#010D1B
Tints
Lighter variations
1#3A8EF6
2#509BF7
3#66A7F8
4#7BB4F9
5#91C0FA
6#A7CDFB
7#BDD9FC
8#D3E6FD
9#E9F2FE
Tones
Muted variations
1#2E83EA
2#3984E0
3#4385D5
4#4E86CB
5#5887C0
6#6288B6
7#6D89AC
8#778AA1
9#828B97
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEC #DDECFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0DB #C0DBFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FBF #8FBFFA | BordersInactive statesPlaceholder text |
| 400 | 559E #559EF7 | Disabled statesSecondary iconsMuted text |
| 500 | 2482 #2482F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A66 #0A66D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0851 #0851AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 063A #063A7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0425 #04254E | Primary textHigh emphasis contentDark headings |
| 950 | 0217 #021731 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F7FE;
--dodger-blue-100: #DDECFD;
--dodger-blue-200: #C0DBFC;
--dodger-blue-300: #8FBFFA;
--dodger-blue-400: #559EF7;
--dodger-blue-500: #2482F5;
--dodger-blue-600: #0A66D6;
--dodger-blue-700: #0851AA;
--dodger-blue-800: #063A7A;
--dodger-blue-900: #04254E;
--dodger-blue-950: #021731;
}