Dodger Blue
#52A3FA
BlueColor Codes
All color formats for development
HEX
#52A3FARGB
rgb(82, 163, 250)HSL
hsl(211, 94%, 65%)OKLCH
oklch(0.704 0.151 252.2)CMYK
cmyk(67%, 35%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3292F9
2#1281F8
3#0770E1
4#0660C1
5#0550A1
6#044081
7#033060
8#022040
9#011020
Tints
Lighter variations
1#63ACFA
2#74B5FB
3#86BFFB
4#97C8FC
5#A8D1FC
6#BADAFD
7#CBE3FD
8#DCEDFE
9#EEF6FE
Tones
Muted variations
1#5AA3F1
2#63A4E9
3#6BA4E0
4#73A4D8
5#7CA4D0
6#84A5C7
7#8DA5BF
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 | DCED #DCEDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFDD #BFDDFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DC3 #8DC3FB | BordersInactive statesPlaceholder text |
| 400 | 52A3 #52A3FA | Disabled statesSecondary iconsMuted text |
| 500 | 2089 #2089F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 076D #076DDA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0556 #0556AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 043E #043E7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0228 #02284F | Primary textHigh emphasis contentDark headings |
| 950 | 0219 #021931 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F7FF;
--dodger-blue-100: #DCEDFE;
--dodger-blue-200: #BFDDFD;
--dodger-blue-300: #8DC3FB;
--dodger-blue-400: #52A3FA;
--dodger-blue-500: #2089F8;
--dodger-blue-600: #076DDA;
--dodger-blue-700: #0556AD;
--dodger-blue-800: #043E7C;
--dodger-blue-900: #02284F;
--dodger-blue-950: #021931;
}