Dodger Blue
#52ABFA
BlueColor Codes
All color formats for development
HEX
#52ABFARGB
rgb(82, 171, 250)HSL
hsl(208, 94%, 65%)OKLCH
oklch(0.721 0.144 248)CMYK
cmyk(67%, 32%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#329CF9
2#128CF8
3#077BE1
4#066AC1
5#0558A1
6#044681
7#033560
8#022340
9#011220
Tints
Lighter variations
1#63B4FA
2#74BCFB
3#86C4FB
4#97CDFC
5#A8D5FC
6#BADEFD
7#CBE6FD
8#DCEEFE
9#EEF7FE
Tones
Muted variations
1#5AABF1
2#63AAE9
3#6BAAE0
4#73A9D8
5#7CA9D0
6#84A8C7
7#8DA7BF
8#95A7B7
9#9DA6AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F8 #F0F8FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCEE #DCEEFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFE0 #BFE0FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DC8 #8DC8FB | BordersInactive statesPlaceholder text |
| 400 | 52AB #52ABFA | Disabled statesSecondary iconsMuted text |
| 500 | 2093 #2093F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0777 #0777DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 055F #055FAD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0444 #04447C | Text on light backgroundsHeadingsStrong borders |
| 900 | 022B #022B4F | 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: #F0F8FF;
--dodger-blue-100: #DCEEFE;
--dodger-blue-200: #BFE0FD;
--dodger-blue-300: #8DC8FB;
--dodger-blue-400: #52ABFA;
--dodger-blue-500: #2093F8;
--dodger-blue-600: #0777DA;
--dodger-blue-700: #055FAD;
--dodger-blue-800: #04447C;
--dodger-blue-900: #022B4F;
--dodger-blue-950: #021B31;
}