Dodger Blue
#53ABF9
BlueColor Codes
All color formats for development
HEX
#53ABF9RGB
rgb(83, 171, 249)HSL
hsl(208, 93%, 65%)OKLCH
oklch(0.721 0.142 247.9)CMYK
cmyk(67%, 31%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#339CF8
2#138CF6
3#087BE0
4#076AC0
5#0658A0
6#054680
7#033560
8#022340
9#011220
Tints
Lighter variations
1#64B4F9
2#75BCFA
3#86C4FB
4#98CDFB
5#A9D5FC
6#BADEFD
7#CBE6FD
8#DDEEFE
9#EEF7FE
Tones
Muted variations
1#5BABF0
2#63AAE8
3#6CAAE0
4#74A9D8
5#7CA9CF
6#85A8C7
7#8DA7BF
8#95A7B6
9#9DA6AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F8 #F0F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEE #DDEEFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFE0 #BFE0FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EC8 #8EC8FB | BordersInactive statesPlaceholder text |
| 400 | 53AB #53ABF9 | Disabled statesSecondary iconsMuted text |
| 500 | 2293 #2293F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0877 #0877D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 065F #065FAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0444 #04447B | Text on light backgroundsHeadingsStrong borders |
| 900 | 032B #032B4F | Primary textHigh emphasis contentDark headings |
| 950 | 021B #021B31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F8FE;
--dodger-blue-100: #DDEEFE;
--dodger-blue-200: #BFE0FD;
--dodger-blue-300: #8EC8FB;
--dodger-blue-400: #53ABF9;
--dodger-blue-500: #2293F7;
--dodger-blue-600: #0877D9;
--dodger-blue-700: #065FAC;
--dodger-blue-800: #04447B;
--dodger-blue-900: #032B4F;
--dodger-blue-950: #021B31;
}