Dodger Blue
#53A6F9
BlueColor Codes
All color formats for development
HEX
#53A6F9RGB
rgb(83, 166, 249)HSL
hsl(210, 93%, 65%)OKLCH
oklch(0.71 0.146 250.6)CMYK
cmyk(67%, 33%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3395F8
2#1385F6
3#0874E0
4#0763C0
5#0653A0
6#054280
7#033260
8#022140
9#011120
Tints
Lighter variations
1#64AFF9
2#75B8FA
3#86C1FB
4#98C9FB
5#A9D2FC
6#BADBFD
7#CBE4FD
8#DDEDFE
9#EEF6FE
Tones
Muted variations
1#5BA6F0
2#63A6E8
3#6CA6E0
4#74A6D8
5#7CA6CF
6#85A6C7
7#8DA6BF
8#95A6B6
9#9DA6AE
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 | BFDE #BFDEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EC4 #8EC4FB | BordersInactive statesPlaceholder text |
| 400 | 53A6 #53A6F9 | Disabled statesSecondary iconsMuted text |
| 500 | 228C #228CF7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0870 #0870D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0659 #0659AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0440 #04407B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0329 #03294F | Primary textHigh emphasis contentDark headings |
| 950 | 021A #021A31 | 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: #BFDEFD;
--dodger-blue-300: #8EC4FB;
--dodger-blue-400: #53A6F9;
--dodger-blue-500: #228CF7;
--dodger-blue-600: #0870D9;
--dodger-blue-700: #0659AC;
--dodger-blue-800: #04407B;
--dodger-blue-900: #03294F;
--dodger-blue-950: #021A31;
}