Dodger Blue
#0270DE
BlueColor Codes
All color formats for development
HEX
#0270DERGB
rgb(2, 112, 222)HSL
hsl(210, 98%, 44%)OKLCH
oklch(0.557 0.188 255.8)CMYK
cmyk(99%, 50%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0265C8
2#025AB2
3#024F9C
4#014385
5#01386F
6#012D59
7#012243
8#00162C
9#000B16
Tints
Lighter variations
1#037EFA
2#1D8DFD
3#399BFD
4#55A9FD
5#72B8FE
6#8EC6FE
7#AAD4FE
8#C6E2FE
9#E3F1FF
Tones
Muted variations
1#0D70D3
2#1870C8
3#2370BD
4#2E70B2
5#3970A7
6#44709C
7#4F7091
8#5A7086
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 | BDDE #BDDEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BC4 #8BC4FE | BordersInactive statesPlaceholder text |
| 400 | 4EA6 #4EA6FD | Disabled statesSecondary iconsMuted text |
| 500 | 1C8C #1C8CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0270 #0270DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0259 #0259B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0140 #01407E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0129 #012951 | Primary textHigh emphasis contentDark headings |
| 950 | 011A #011A32 | 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: #BDDEFE;
--dodger-blue-300: #8BC4FE;
--dodger-blue-400: #4EA6FD;
--dodger-blue-500: #1C8CFD;
--dodger-blue-600: #0270DE;
--dodger-blue-700: #0259B1;
--dodger-blue-800: #01407E;
--dodger-blue-900: #012951;
--dodger-blue-950: #011A32;
}