Dodger Blue
#1E7EFA
BlueColor Codes
All color formats for development
HEX
#1E7EFARGB
rgb(30, 126, 250)HSL
hsl(214, 96%, 55%)OKLCH
oklch(0.61 0.204 257.6)CMYK
cmyk(88%, 50%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#056EF7
2#0462DC
3#0456C0
4#0349A5
5#033D89
6#02316E
7#022552
8#011837
9#010C1B
Tints
Lighter variations
1#358BFB
2#4B97FB
3#62A4FC
4#78B1FC
5#8FBEFD
6#A5CBFD
7#BCD8FE
8#D2E5FE
9#E9F2FF
Tones
Muted variations
1#297FEF
2#3480E4
3#3F82D9
4#4A83CE
5#5585C3
6#6086B8
7#6B88AD
8#7689A2
9#818B97
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F6 #F0F6FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCEB #DCEBFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEDA #BEDAFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CBD #8CBDFD | BordersInactive statesPlaceholder text |
| 400 | 509A #509AFB | Disabled statesSecondary iconsMuted text |
| 500 | 1E7E #1E7EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 0462 #0462DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 044E #044EAF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0338 #03387D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0224 #022450 | Primary textHigh emphasis contentDark headings |
| 950 | 0116 #011632 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F6FF;
--dodger-blue-100: #DCEBFE;
--dodger-blue-200: #BEDAFE;
--dodger-blue-300: #8CBDFD;
--dodger-blue-400: #509AFB;
--dodger-blue-500: #1E7EFA;
--dodger-blue-600: #0462DC;
--dodger-blue-700: #044EAF;
--dodger-blue-800: #03387D;
--dodger-blue-900: #022450;
--dodger-blue-950: #011632;
}