Dodger Blue
#207EF8
BlueColor Codes
All color formats for development
HEX
#207EF8RGB
rgb(32, 126, 248)HSL
hsl(214, 94%, 55%)OKLCH
oklch(0.609 0.201 257.5)CMYK
cmyk(87%, 49%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#086EF5
2#0762DA
3#0656BE
4#054AA3
5#043D88
6#03316D
7#032552
8#021936
9#010C1B
Tints
Lighter variations
1#378BF9
2#4D98F9
3#63A5FA
4#79B2FB
5#90BEFC
6#A6CBFC
7#BCD8FD
8#D2E5FE
9#E9F2FE
Tones
Muted variations
1#2B7FED
2#3681E3
3#4182D8
4#4C84CD
5#5685C2
6#6186B7
7#6C88AD
8#7789A2
9#818B97
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;
}