Dodger Blue
#1D6BFC
BlueColor Codes
All color formats for development
HEX
#1D6BFCRGB
rgb(29, 107, 252)HSL
hsl(219, 97%, 55%)OKLCH
oklch(0.574 0.229 261.6)CMYK
cmyk(88%, 58%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0459F9
2#0350DD
3#0346C1
4#033CA6
5#02328A
6#02286F
7#011E53
8#011437
9#000A1C
Tints
Lighter variations
1#347AFC
2#4A88FC
3#6197FD
4#77A6FD
5#8EB5FD
6#A5C4FE
7#BBD3FE
8#D2E1FE
9#E8F0FF
Tones
Muted variations
1#286EF0
2#3372E5
3#3E75DA
4#4978CF
5#557CC4
6#607FB9
7#6B82AE
8#7686A3
9#818997
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE8 #DCE8FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BED4 #BED4FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BB3 #8BB3FD | BordersInactive statesPlaceholder text |
| 400 | 4F8C #4F8CFC | Disabled statesSecondary iconsMuted text |
| 500 | 1D6B #1D6BFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0350 #0350DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 033F #033FB0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 022D #022D7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 011D #011D50 | Primary textHigh emphasis contentDark headings |
| 950 | 0112 #011232 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F5FF;
--dodger-blue-100: #DCE8FE;
--dodger-blue-200: #BED4FE;
--dodger-blue-300: #8BB3FD;
--dodger-blue-400: #4F8CFC;
--dodger-blue-500: #1D6BFC;
--dodger-blue-600: #0350DD;
--dodger-blue-700: #033FB0;
--dodger-blue-800: #022D7E;
--dodger-blue-900: #011D50;
--dodger-blue-950: #011232;
}