Dodger Blue
#0274DE
BlueColor Codes
All color formats for development
HEX
#0274DERGB
rgb(2, 116, 222)HSL
hsl(209, 98%, 44%)OKLCH
oklch(0.566 0.183 254.7)CMYK
cmyk(99%, 48%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0268C8
2#025DB2
3#02519C
4#014685
5#013A6F
6#012E59
7#012343
8#00172C
9#000C16
Tints
Lighter variations
1#0383FA
2#1D90FD
3#399EFD
4#55ACFD
5#72BAFE
6#8EC8FE
7#AAD6FE
8#C6E3FE
9#E3F1FF
Tones
Muted variations
1#0D73D3
2#1873C8
3#2373BD
4#2E72B2
5#3972A7
6#44729C
7#4F7191
8#5A7186
9#65717B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F8 #F0F8FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCEE #DCEEFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDDF #BDDFFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BC6 #8BC6FE | BordersInactive statesPlaceholder text |
| 400 | 4EA9 #4EA9FD | Disabled statesSecondary iconsMuted text |
| 500 | 1C90 #1C90FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0274 #0274DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 025C #025CB1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0142 #01427E | Text on light backgroundsHeadingsStrong borders |
| 900 | 012A #012A51 | 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: #F0F8FF;
--dodger-blue-100: #DCEEFF;
--dodger-blue-200: #BDDFFE;
--dodger-blue-300: #8BC6FE;
--dodger-blue-400: #4EA9FD;
--dodger-blue-500: #1C90FD;
--dodger-blue-600: #0274DE;
--dodger-blue-700: #025CB1;
--dodger-blue-800: #01427E;
--dodger-blue-900: #012A51;
--dodger-blue-950: #011A32;
}