Dodger Blue
#026DDE
BlueColor Codes
All color formats for development
HEX
#026DDERGB
rgb(2, 109, 222)HSL
hsl(211, 98%, 44%)OKLCH
oklch(0.551 0.192 256.6)CMYK
cmyk(99%, 51%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0262C8
2#0257B2
3#024C9C
4#014185
5#01366F
6#012B59
7#012143
8#00162C
9#000B16
Tints
Lighter variations
1#037AFA
2#1D89FD
3#3998FD
4#55A7FD
5#72B5FE
6#8EC4FE
7#AAD3FE
8#C6E2FE
9#E3F0FF
Tones
Muted variations
1#0D6DD3
2#186DC8
3#236EBD
4#2E6EB2
5#396EA7
6#446F9C
7#4F6F91
8#5A6F86
9#65707B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCED #DCEDFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDDD #BDDDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BC2 #8BC2FE | BordersInactive statesPlaceholder text |
| 400 | 4EA3 #4EA3FD | Disabled statesSecondary iconsMuted text |
| 500 | 1C89 #1C89FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 026D #026DDE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0256 #0256B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 013E #013E7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0127 #012751 | Primary textHigh emphasis contentDark headings |
| 950 | 0119 #011932 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F7FF;
--dodger-blue-100: #DCEDFF;
--dodger-blue-200: #BDDDFE;
--dodger-blue-300: #8BC2FE;
--dodger-blue-400: #4EA3FD;
--dodger-blue-500: #1C89FD;
--dodger-blue-600: #026DDE;
--dodger-blue-700: #0256B1;
--dodger-blue-800: #013E7E;
--dodger-blue-900: #012751;
--dodger-blue-950: #011932;
}