Dodger Blue
#529BFA
BlueColor Codes
All color formats for development
HEX
#529BFARGB
rgb(82, 155, 250)HSL
hsl(214, 94%, 65%)OKLCH
oklch(0.687 0.159 255.9)CMYK
cmyk(67%, 38%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3288F9
2#1275F8
3#0765E1
4#0657C1
5#0548A1
6#043A81
7#032B60
8#021D40
9#010E20
Tints
Lighter variations
1#63A5FA
2#74AFFB
3#86B9FB
4#97C3FC
5#A8CDFC
6#BAD7FD
7#CBE1FD
8#DCEBFE
9#EEF5FE
Tones
Muted variations
1#5A9CF1
2#639DE9
3#6B9EE0
4#739FD8
5#7CA0D0
6#84A1C7
7#8DA2BF
8#95A4B7
9#9DA5AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F6 #F0F6FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCEB #DCEBFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFDA #BFDAFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DBD #8DBDFB | BordersInactive statesPlaceholder text |
| 400 | 529B #529BFA | Disabled statesSecondary iconsMuted text |
| 500 | 207E #207EF8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0762 #0762DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 054E #054EAD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0438 #04387C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0224 #02244F | Primary textHigh emphasis contentDark headings |
| 950 | 0216 #021631 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F6FF;
--dodger-blue-100: #DCEBFE;
--dodger-blue-200: #BFDAFD;
--dodger-blue-300: #8DBDFB;
--dodger-blue-400: #529BFA;
--dodger-blue-500: #207EF8;
--dodger-blue-600: #0762DA;
--dodger-blue-700: #054EAD;
--dodger-blue-800: #04387C;
--dodger-blue-900: #02244F;
--dodger-blue-950: #021631;
}