Dodger Blue
#0877D9
BlueColor Codes
All color formats for development
HEX
#0877D9RGB
rgb(8, 119, 217)HSL
hsl(208, 93%, 44%)OKLCH
oklch(0.57 0.173 253.1)CMYK
cmyk(96%, 45%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#076BC3
2#065FAD
3#055398
4#054782
5#043C6C
6#033057
7#022441
8#02182B
9#010C16
Tints
Lighter variations
1#0986F4
2#2394F7
3#3EA1F8
4#5AAFF9
5#75BCFA
6#91C9FB
7#ACD7FC
8#C8E4FD
9#E3F2FE
Tones
Muted variations
1#1276CE
2#1D76C4
3#2775B9
4#3274AF
5#3C74A4
6#46739A
7#517290
8#5B7285
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 | BFE0 #BFE0FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EC8 #8EC8FB | BordersInactive statesPlaceholder text |
| 400 | 53AB #53ABF9 | Disabled statesSecondary iconsMuted text |
| 500 | 2293 #2293F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0877 #0877D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 065F #065FAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0444 #04447B | Text on light backgroundsHeadingsStrong borders |
| 900 | 032B #032B4F | Primary textHigh emphasis contentDark headings |
| 950 | 021B #021B31 | 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: #BFE0FD;
--dodger-blue-300: #8EC8FB;
--dodger-blue-400: #53ABF9;
--dodger-blue-500: #2293F7;
--dodger-blue-600: #0877D9;
--dodger-blue-700: #065FAC;
--dodger-blue-800: #04447B;
--dodger-blue-900: #032B4F;
--dodger-blue-950: #021B31;
}