Dodger Blue
#52B1FA
BlueColor Codes
All color formats for development
HEX
#52B1FARGB
rgb(82, 177, 250)HSL
hsl(206, 94%, 65%)OKLCH
oklch(0.734 0.139 244.6)CMYK
cmyk(67%, 29%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#32A2F9
2#1294F8
3#0783E1
4#0670C1
5#055DA1
6#044B81
7#033860
8#022540
9#011320
Tints
Lighter variations
1#63B9FA
2#74C1FB
3#86C8FB
4#97D0FC
5#A8D8FC
6#BAE0FD
7#CBE8FD
8#DCEFFE
9#EEF7FE
Tones
Muted variations
1#5AB0F1
2#63AFE9
3#6BAEE0
4#73ACD8
5#7CABD0
6#84AAC7
7#8DA9BF
8#95A8B7
9#9DA7AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F8 #F0F8FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCEF #DCEFFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFE2 #BFE2FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DCC #8DCCFB | BordersInactive statesPlaceholder text |
| 400 | 52B1 #52B1FA | Disabled statesSecondary iconsMuted text |
| 500 | 209B #209BF8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 077E #077EDA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0564 #0564AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0448 #04487C | Text on light backgroundsHeadingsStrong borders |
| 900 | 022E #022E4F | Primary textHigh emphasis contentDark headings |
| 950 | 021D #021D31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F8FF;
--dodger-blue-100: #DCEFFE;
--dodger-blue-200: #BFE2FD;
--dodger-blue-300: #8DCCFB;
--dodger-blue-400: #52B1FA;
--dodger-blue-500: #209BF8;
--dodger-blue-600: #077EDA;
--dodger-blue-700: #0564AD;
--dodger-blue-800: #04487C;
--dodger-blue-900: #022E4F;
--dodger-blue-950: #021D31;
}