Dodger Blue
#1D6FFC
BlueColor Codes
All color formats for development
HEX
#1D6FFCRGB
rgb(29, 111, 252)HSL
hsl(218, 97%, 55%)OKLCH
oklch(0.582 0.224 260.9)CMYK
cmyk(88%, 56%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#045EF9
2#0353DD
3#0349C1
4#033EA6
5#02348A
6#022A6F
7#011F53
8#011537
9#000A1C
Tints
Lighter variations
1#347DFC
2#4A8BFC
3#619AFD
4#77A8FD
5#8EB7FD
6#A5C5FE
7#BBD4FE
8#D2E2FE
9#E8F1FF
Tones
Muted variations
1#2872F0
2#3375E5
3#3E77DA
4#497ACF
5#557DC4
6#6080B9
7#6B83AE
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 | DCE9 #DCE9FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BED5 #BED5FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BB5 #8BB5FD | BordersInactive statesPlaceholder text |
| 400 | 4F8F #4F8FFC | Disabled statesSecondary iconsMuted text |
| 500 | 1D6F #1D6FFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0353 #0353DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0342 #0342B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 022F #022F7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 011E #011E50 | Primary textHigh emphasis contentDark headings |
| 950 | 0113 #011332 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F5FF;
--dodger-blue-100: #DCE9FE;
--dodger-blue-200: #BED5FE;
--dodger-blue-300: #8BB5FD;
--dodger-blue-400: #4F8FFC;
--dodger-blue-500: #1D6FFC;
--dodger-blue-600: #0353DD;
--dodger-blue-700: #0342B0;
--dodger-blue-800: #022F7E;
--dodger-blue-900: #011E50;
--dodger-blue-950: #011332;
}