Dodger Blue
#52A0FA
BlueColor Codes
All color formats for development
HEX
#52A0FARGB
rgb(82, 160, 250)HSL
hsl(212, 94%, 65%)OKLCH
oklch(0.697 0.154 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#328FF9
2#127DF8
3#076DE1
4#065DC1
5#054EA1
6#043E81
7#032F60
8#021F40
9#011020
Tints
Lighter variations
1#63AAFA
2#74B3FB
3#86BDFB
4#97C6FC
5#A8D0FC
6#BAD9FD
7#CBE3FD
8#DCECFE
9#EEF6FE
Tones
Muted variations
1#5AA1F1
2#63A1E9
3#6BA2E0
4#73A2D8
5#7CA3D0
6#84A4C7
7#8DA4BF
8#95A5B7
9#9DA5AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCEC #DCECFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFDC #BFDCFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DC1 #8DC1FB | BordersInactive statesPlaceholder text |
| 400 | 52A0 #52A0FA | Disabled statesSecondary iconsMuted text |
| 500 | 2085 #2085F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0769 #0769DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0554 #0554AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 043C #043C7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0226 #02264F | 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: #F0F7FF;
--dodger-blue-100: #DCECFE;
--dodger-blue-200: #BFDCFD;
--dodger-blue-300: #8DC1FB;
--dodger-blue-400: #52A0FA;
--dodger-blue-500: #2085F8;
--dodger-blue-600: #0769DA;
--dodger-blue-700: #0554AD;
--dodger-blue-800: #043C7C;
--dodger-blue-900: #02264F;
--dodger-blue-950: #021831;
}