Dodger Blue
#2590F4
BlueColor Codes
All color formats for development
HEX
#2590F4RGB
rgb(37, 144, 244)HSL
hsl(209, 90%, 55%)OKLCH
oklch(0.646 0.175 251.8)CMYK
cmyk(85%, 41%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D82F0
2#0B74D5
3#0A65BB
4#0857A0
5#074885
6#063A6B
7#042B50
8#031D35
9#010E1B
Tints
Lighter variations
1#3B9BF5
2#51A6F6
3#66B1F7
4#7CBCF8
5#92C7F9
6#A8D2FA
7#BEDEFC
8#D3E9FD
9#E9F4FE
Tones
Muted variations
1#2F8FE9
2#3A8FDF
3#448FD5
4#4E8ECA
5#598EC0
6#638EB6
7#6D8DAB
8#788DA1
9#828D97
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F8 #F0F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEE #DDEEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0DF #C0DFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90C6 #90C6F9 | BordersInactive statesPlaceholder text |
| 400 | 55A8 #55A8F6 | Disabled statesSecondary iconsMuted text |
| 500 | 2590 #2590F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B74 #0B74D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 095C #095CAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0642 #064279 | Text on light backgroundsHeadingsStrong borders |
| 900 | 042A #042A4E | Primary textHigh emphasis contentDark headings |
| 950 | 031A #031A30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F8FE;
--dodger-blue-100: #DDEEFD;
--dodger-blue-200: #C0DFFC;
--dodger-blue-300: #90C6F9;
--dodger-blue-400: #55A8F6;
--dodger-blue-500: #2590F4;
--dodger-blue-600: #0B74D5;
--dodger-blue-700: #095CAA;
--dodger-blue-800: #064279;
--dodger-blue-900: #042A4E;
--dodger-blue-950: #031A30;
}