Dodger Blue
#53A3F9
BlueColor Codes
All color formats for development
HEX
#53A3F9RGB
rgb(83, 163, 249)HSL
hsl(211, 93%, 65%)OKLCH
oklch(0.704 0.149 252.2)CMYK
cmyk(67%, 35%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3392F8
2#1381F6
3#0870E0
4#0760C0
5#0650A0
6#054080
7#033060
8#022040
9#011020
Tints
Lighter variations
1#64ACF9
2#75B5FA
3#86BFFB
4#98C8FB
5#A9D1FC
6#BADAFD
7#CBE3FD
8#DDEDFE
9#EEF6FE
Tones
Muted variations
1#5BA3F0
2#63A4E8
3#6CA4E0
4#74A4D8
5#7CA4CF
6#85A5C7
7#8DA5BF
8#95A5B6
9#9DA5AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDED #DDEDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFDD #BFDDFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EC3 #8EC3FB | BordersInactive statesPlaceholder text |
| 400 | 53A3 #53A3F9 | Disabled statesSecondary iconsMuted text |
| 500 | 2289 #2289F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 086D #086DD9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0656 #0656AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 043E #043E7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0328 #03284F | Primary textHigh emphasis contentDark headings |
| 950 | 0219 #021931 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F7FE;
--dodger-blue-100: #DDEDFE;
--dodger-blue-200: #BFDDFD;
--dodger-blue-300: #8EC3FB;
--dodger-blue-400: #53A3F9;
--dodger-blue-500: #2289F7;
--dodger-blue-600: #086DD9;
--dodger-blue-700: #0656AC;
--dodger-blue-800: #043E7B;
--dodger-blue-900: #03284F;
--dodger-blue-950: #021931;
}