Dodger Blue
#0874D9
BlueColor Codes
All color formats for development
HEX
#0874D9RGB
rgb(8, 116, 217)HSL
hsl(209, 93%, 44%)OKLCH
oklch(0.563 0.177 254.1)CMYK
cmyk(96%, 47%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0768C3
2#065DAD
3#055198
4#054582
5#043A6C
6#032E57
7#022341
8#02172B
9#010C16
Tints
Lighter variations
1#0982F4
2#2390F7
3#3E9EF8
4#5AACF9
5#75BAFA
6#91C8FB
7#ACD5FC
8#C8E3FD
9#E3F1FE
Tones
Muted variations
1#1273CE
2#1D73C4
3#2773B9
4#3272AF
5#3C72A4
6#46729A
7#517190
8#5B7185
9#66717B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F8 #F0F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEE #DDEEFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFDF #BFDFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EC6 #8EC6FB | BordersInactive statesPlaceholder text |
| 400 | 53A9 #53A9F9 | Disabled statesSecondary iconsMuted text |
| 500 | 2290 #2290F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0874 #0874D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 065C #065CAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0442 #04427B | Text on light backgroundsHeadingsStrong borders |
| 900 | 032A #032A4F | Primary textHigh emphasis contentDark headings |
| 950 | 021A #021A31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F8FE;
--dodger-blue-100: #DDEEFE;
--dodger-blue-200: #BFDFFD;
--dodger-blue-300: #8EC6FB;
--dodger-blue-400: #53A9F9;
--dodger-blue-500: #2290F7;
--dodger-blue-600: #0874D9;
--dodger-blue-700: #065CAC;
--dodger-blue-800: #04427B;
--dodger-blue-900: #032A4F;
--dodger-blue-950: #021A31;
}