Dodger Blue
#52A6FA
BlueColor Codes
All color formats for development
HEX
#52A6FARGB
rgb(82, 166, 250)HSL
hsl(210, 94%, 65%)OKLCH
oklch(0.71 0.148 250.7)CMYK
cmyk(67%, 34%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3295F9
2#1285F8
3#0774E1
4#0663C1
5#0553A1
6#044281
7#033260
8#022140
9#011120
Tints
Lighter variations
1#63AFFA
2#74B8FB
3#86C1FB
4#97C9FC
5#A8D2FC
6#BADBFD
7#CBE4FD
8#DCEDFE
9#EEF6FE
Tones
Muted variations
1#5AA6F1
2#63A6E9
3#6BA6E0
4#73A6D8
5#7CA6D0
6#84A6C7
7#8DA6BF
8#95A6B7
9#9DA6AE
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 | BFDE #BFDEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DC4 #8DC4FB | BordersInactive statesPlaceholder text |
| 400 | 52A6 #52A6FA | Disabled statesSecondary iconsMuted text |
| 500 | 208C #208CF8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0770 #0770DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0559 #0559AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0440 #04407C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0229 #02294F | 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: #F0F7FF;
--dodger-blue-100: #DCEDFE;
--dodger-blue-200: #BFDEFD;
--dodger-blue-300: #8DC4FB;
--dodger-blue-400: #52A6FA;
--dodger-blue-500: #208CF8;
--dodger-blue-600: #0770DA;
--dodger-blue-700: #0559AD;
--dodger-blue-800: #04407C;
--dodger-blue-900: #02294F;
--dodger-blue-950: #021A31;
}