Dodger Blue
#5398F9
BlueColor Codes
All color formats for development
HEX
#5398F9RGB
rgb(83, 152, 249)HSL
hsl(215, 93%, 65%)OKLCH
oklch(0.68 0.16 257.3)CMYK
cmyk(67%, 39%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3385F8
2#1372F6
3#0862E0
4#0754C0
5#0646A0
6#053880
7#032A60
8#021C40
9#010E20
Tints
Lighter variations
1#64A2F9
2#75ADFA
3#86B7FB
4#98C1FB
5#A9CBFC
6#BAD6FD
7#CBE0FD
8#DDEAFE
9#EEF5FE
Tones
Muted variations
1#5B99F0
2#639BE8
3#6C9CE0
4#749DD8
5#7C9FCF
6#85A0C7
7#8DA2BF
8#95A3B6
9#9DA4AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F6 #F0F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEA #DDEAFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFD9 #BFD9FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EBB #8EBBFB | BordersInactive statesPlaceholder text |
| 400 | 5398 #5398F9 | Disabled statesSecondary iconsMuted text |
| 500 | 227A #227AF7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 085F #085FD9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 064B #064BAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0436 #04367B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0322 #03224F | 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: #F0F6FE;
--dodger-blue-100: #DDEAFE;
--dodger-blue-200: #BFD9FD;
--dodger-blue-300: #8EBBFB;
--dodger-blue-400: #5398F9;
--dodger-blue-500: #227AF7;
--dodger-blue-600: #085FD9;
--dodger-blue-700: #064BAC;
--dodger-blue-800: #04367B;
--dodger-blue-900: #03224F;
--dodger-blue-950: #021631;
}