Dodger Blue
#53A0F9
BlueColor Codes
All color formats for development
HEX
#53A0F9RGB
rgb(83, 160, 249)HSL
hsl(212, 93%, 65%)OKLCH
oklch(0.697 0.152 253.6)CMYK
cmyk(67%, 36%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#338FF8
2#137DF6
3#086DE0
4#075DC0
5#064EA0
6#053E80
7#032F60
8#021F40
9#011020
Tints
Lighter variations
1#64AAF9
2#75B3FA
3#86BDFB
4#98C6FB
5#A9D0FC
6#BAD9FD
7#CBE3FD
8#DDECFE
9#EEF6FE
Tones
Muted variations
1#5BA1F0
2#63A1E8
3#6CA2E0
4#74A2D8
5#7CA3CF
6#85A4C7
7#8DA4BF
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 | DDEC #DDECFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFDC #BFDCFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EC1 #8EC1FB | BordersInactive statesPlaceholder text |
| 400 | 53A0 #53A0F9 | Disabled statesSecondary iconsMuted text |
| 500 | 2285 #2285F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0869 #0869D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0654 #0654AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 043C #043C7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0326 #03264F | Primary textHigh emphasis contentDark headings |
| 950 | 0218 #021831 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F7FE;
--dodger-blue-100: #DDECFE;
--dodger-blue-200: #BFDCFD;
--dodger-blue-300: #8EC1FB;
--dodger-blue-400: #53A0F9;
--dodger-blue-500: #2285F7;
--dodger-blue-600: #0869D9;
--dodger-blue-700: #0654AC;
--dodger-blue-800: #043C7B;
--dodger-blue-900: #03264F;
--dodger-blue-950: #021831;
}