Dodger Blue
#2470F5
BlueColor Codes
All color formats for development
HEX
#2470F5RGB
rgb(36, 112, 245)HSL
hsl(218, 91%, 55%)OKLCH
oklch(0.579 0.213 260.9)CMYK
cmyk(85%, 54%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B60F1
2#0A55D6
3#094ABC
4#0840A1
5#063586
6#052A6B
7#042050
8#031536
9#010B1B
Tints
Lighter variations
1#3A7FF6
2#508DF7
3#669BF8
4#7BA9F9
5#91B8FA
6#A7C6FB
7#BDD4FC
8#D3E2FD
9#E9F1FE
Tones
Muted variations
1#2E73EA
2#3976E0
3#4379D5
4#4E7CCB
5#587EC0
6#6281B6
7#6D84AC
8#7787A1
9#828997
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE9 #DDE9FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0D6 #C0D6FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FB6 #8FB6FA | BordersInactive statesPlaceholder text |
| 400 | 5590 #5590F7 | Disabled statesSecondary iconsMuted text |
| 500 | 2470 #2470F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A55 #0A55D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0844 #0844AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0630 #06307A | Text on light backgroundsHeadingsStrong borders |
| 900 | 041F #041F4E | Primary textHigh emphasis contentDark headings |
| 950 | 0213 #021331 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F5FE;
--dodger-blue-100: #DDE9FD;
--dodger-blue-200: #C0D6FC;
--dodger-blue-300: #8FB6FA;
--dodger-blue-400: #5590F7;
--dodger-blue-500: #2470F5;
--dodger-blue-600: #0A55D6;
--dodger-blue-700: #0844AA;
--dodger-blue-800: #06307A;
--dodger-blue-900: #041F4E;
--dodger-blue-950: #021331;
}