Dodger Blue
#529DFA
BlueColor Codes
All color formats for development
HEX
#529DFARGB
rgb(82, 157, 250)HSL
hsl(213, 94%, 65%)OKLCH
oklch(0.691 0.157 255)CMYK
cmyk(67%, 37%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#328BF9
2#1279F8
3#0769E1
4#065AC1
5#054BA1
6#043C81
7#032D60
8#021E40
9#010F20
Tints
Lighter variations
1#63A7FA
2#74B1FB
3#86BBFB
4#97C4FC
5#A8CEFC
6#BAD8FD
7#CBE2FD
8#DCEBFE
9#EEF5FE
Tones
Muted variations
1#5A9EF1
2#639FE9
3#6BA0E0
4#73A1D8
5#7CA2D0
6#84A2C7
7#8DA3BF
8#95A4B7
9#9DA5AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCEB #DCEBFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFDB #BFDBFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DBF #8DBFFB | BordersInactive statesPlaceholder text |
| 400 | 529D #529DFA | Disabled statesSecondary iconsMuted text |
| 500 | 2081 #2081F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0766 #0766DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0551 #0551AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 043A #043A7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0225 #02254F | Primary textHigh emphasis contentDark headings |
| 950 | 0217 #021731 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F7FF;
--dodger-blue-100: #DCEBFE;
--dodger-blue-200: #BFDBFD;
--dodger-blue-300: #8DBFFB;
--dodger-blue-400: #529DFA;
--dodger-blue-500: #2081F8;
--dodger-blue-600: #0766DA;
--dodger-blue-700: #0551AD;
--dodger-blue-800: #043A7C;
--dodger-blue-900: #02254F;
--dodger-blue-950: #021731;
}