Dodger Blue
#539DF9
BlueColor Codes
All color formats for development
HEX
#539DF9RGB
rgb(83, 157, 249)HSL
hsl(213, 93%, 65%)OKLCH
oklch(0.691 0.155 255.1)CMYK
cmyk(67%, 37%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#338BF8
2#1379F6
3#0869E0
4#075AC0
5#064BA0
6#053C80
7#032D60
8#021E40
9#010F20
Tints
Lighter variations
1#64A7F9
2#75B1FA
3#86BBFB
4#98C4FB
5#A9CEFC
6#BAD8FD
7#CBE2FD
8#DDEBFE
9#EEF5FE
Tones
Muted variations
1#5B9EF0
2#639FE8
3#6CA0E0
4#74A1D8
5#7CA2CF
6#85A2C7
7#8DA3BF
8#95A4B6
9#9DA5AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEB #DDEBFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFDB #BFDBFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EBF #8EBFFB | BordersInactive statesPlaceholder text |
| 400 | 539D #539DF9 | Disabled statesSecondary iconsMuted text |
| 500 | 2282 #2282F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0866 #0866D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0651 #0651AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 043A #043A7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0325 #03254F | Primary textHigh emphasis contentDark headings |
| 950 | 0217 #021731 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F7FE;
--dodger-blue-100: #DDEBFE;
--dodger-blue-200: #BFDBFD;
--dodger-blue-300: #8EBFFB;
--dodger-blue-400: #539DF9;
--dodger-blue-500: #2282F7;
--dodger-blue-600: #0866D9;
--dodger-blue-700: #0651AC;
--dodger-blue-800: #043A7B;
--dodger-blue-900: #03254F;
--dodger-blue-950: #021731;
}