Dodger Blue
#52A9FA
BlueColor Codes
All color formats for development
HEX
#52A9FARGB
rgb(82, 169, 250)HSL
hsl(209, 94%, 65%)OKLCH
oklch(0.717 0.145 249.1)CMYK
cmyk(67%, 32%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3298F9
2#1288F8
3#0778E1
4#0667C1
5#0555A1
6#044481
7#033360
8#022240
9#011120
Tints
Lighter variations
1#63B1FA
2#74BAFB
3#86C2FB
4#97CBFC
5#A8D4FC
6#BADCFD
7#CBE5FD
8#DCEEFE
9#EEF6FE
Tones
Muted variations
1#5AA8F1
2#63A8E9
3#6BA8E0
4#73A7D8
5#7CA7D0
6#84A7C7
7#8DA7BF
8#95A6B7
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 | BFDF #BFDFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DC6 #8DC6FB | BordersInactive statesPlaceholder text |
| 400 | 52A9 #52A9FA | Disabled statesSecondary iconsMuted text |
| 500 | 2090 #2090F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0774 #0774DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 055C #055CAD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0442 #04427C | Text on light backgroundsHeadingsStrong borders |
| 900 | 022A #022A4F | 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: #F0F8FF;
--dodger-blue-100: #DCEEFE;
--dodger-blue-200: #BFDFFD;
--dodger-blue-300: #8DC6FB;
--dodger-blue-400: #52A9FA;
--dodger-blue-500: #2090F8;
--dodger-blue-600: #0774DA;
--dodger-blue-700: #055CAD;
--dodger-blue-800: #04427C;
--dodger-blue-900: #022A4F;
--dodger-blue-950: #021A31;
}