Dodger Blue
#1D7DFC
BlueColor Codes
All color formats for development
HEX
#1D7DFCRGB
rgb(29, 125, 252)HSL
hsl(214, 97%, 55%)OKLCH
oklch(0.61 0.208 258)CMYK
cmyk(88%, 50%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#046EF9
2#0362DD
3#0355C1
4#0349A6
5#023D8A
6#02316F
7#012553
8#011837
9#000C1C
Tints
Lighter variations
1#348AFC
2#4A97FC
3#61A4FD
4#77B1FD
5#8EBEFD
6#A5CBFE
7#BBD8FE
8#D2E5FE
9#E8F2FF
Tones
Muted variations
1#287FF0
2#3380E5
3#3E82DA
4#4983CF
5#5585C4
6#6086B9
7#6B88AE
8#7689A3
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 | 8BBD #8BBDFD | BordersInactive statesPlaceholder text |
| 400 | 4F9A #4F9AFC | Disabled statesSecondary iconsMuted text |
| 500 | 1D7D #1D7DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0362 #0362DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 034E #034EB0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0238 #02387E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0124 #012450 | 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: #8BBDFD;
--dodger-blue-400: #4F9AFC;
--dodger-blue-500: #1D7DFC;
--dodger-blue-600: #0362DD;
--dodger-blue-700: #034EB0;
--dodger-blue-800: #02387E;
--dodger-blue-900: #012450;
--dodger-blue-950: #011632;
}