Dodger Blue
#2582F4
BlueColor Codes
All color formats for development
HEX
#2582F4RGB
rgb(37, 130, 244)HSL
hsl(213, 90%, 55%)OKLCH
oklch(0.616 0.191 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#0D73F0
2#0B66D5
3#0A59BB
4#084DA0
5#074085
6#06336B
7#042650
8#031A35
9#010D1B
Tints
Lighter variations
1#3B8EF5
2#519BF6
3#66A7F7
4#7CB4F8
5#92C0F9
6#A8CDFA
7#BED9FC
8#D3E6FD
9#E9F2FE
Tones
Muted variations
1#2F83E9
2#3A84DF
3#4485D5
4#4E86CA
5#5987C0
6#6388B6
7#6D89AB
8#788AA1
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 | 90BF #90BFF9 | BordersInactive statesPlaceholder text |
| 400 | 559E #559EF6 | Disabled statesSecondary iconsMuted text |
| 500 | 2582 #2582F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B66 #0B66D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0951 #0951AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 063A #063A79 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0425 #04254E | Primary textHigh emphasis contentDark headings |
| 950 | 0317 #031730 | 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: #90BFF9;
--dodger-blue-400: #559EF6;
--dodger-blue-500: #2582F4;
--dodger-blue-600: #0B66D5;
--dodger-blue-700: #0951AA;
--dodger-blue-800: #063A79;
--dodger-blue-900: #04254E;
--dodger-blue-950: #031730;
}