Dodger Blue
#087ED9
BlueColor Codes
All color formats for development
HEX
#087ED9RGB
rgb(8, 126, 217)HSL
hsl(206, 93%, 44%)OKLCH
oklch(0.585 0.165 250.5)CMYK
cmyk(96%, 42%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0772C3
2#0665AD
3#055898
4#054C82
5#043F6C
6#033257
7#022641
8#02192B
9#010D16
Tints
Lighter variations
1#098EF4
2#239BF7
3#3EA7F8
4#5AB4F9
5#75C0FA
6#91CDFB
7#ACD9FC
8#C8E6FD
9#E3F2FE
Tones
Muted variations
1#127DCE
2#1D7BC4
3#277AB9
4#3279AF
5#3C77A4
6#46769A
7#517490
8#5B7385
9#66727B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F8 #F0F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEF #DDEFFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFE2 #BFE2FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ECC #8ECCFB | BordersInactive statesPlaceholder text |
| 400 | 53B1 #53B1F9 | Disabled statesSecondary iconsMuted text |
| 500 | 229A #229AF7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 087E #087ED9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0664 #0664AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0448 #04487B | Text on light backgroundsHeadingsStrong borders |
| 900 | 032E #032E4F | Primary textHigh emphasis contentDark headings |
| 950 | 021D #021D31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F8FE;
--dodger-blue-100: #DDEFFE;
--dodger-blue-200: #BFE2FD;
--dodger-blue-300: #8ECCFB;
--dodger-blue-400: #53B1F9;
--dodger-blue-500: #229AF7;
--dodger-blue-600: #087ED9;
--dodger-blue-700: #0664AC;
--dodger-blue-800: #04487B;
--dodger-blue-900: #032E4F;
--dodger-blue-950: #021D31;
}