Dodger Blue
#0374DD
BlueColor Codes
All color formats for development
HEX
#0374DDRGB
rgb(3, 116, 221)HSL
hsl(209, 97%, 44%)OKLCH
oklch(0.565 0.182 254.6)CMYK
cmyk(99%, 48%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0368C7
2#035DB1
3#02519B
4#024585
5#023A6F
6#012E58
7#012342
8#01172C
9#000C16
Tints
Lighter variations
1#0483F9
2#1E90FC
3#3A9EFC
4#56ACFC
5#72BAFD
6#8EC8FD
7#ABD6FE
8#C7E3FE
9#E3F1FF
Tones
Muted variations
1#0E73D2
2#1973C7
3#2473BC
4#2F72B2
5#3A72A7
6#45729C
7#507191
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 #DCEEFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEDF #BEDFFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BC6 #8BC6FD | BordersInactive statesPlaceholder text |
| 400 | 4FA9 #4FA9FC | Disabled statesSecondary iconsMuted text |
| 500 | 1D90 #1D90FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0374 #0374DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 035C #035CB0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0242 #02427E | Text on light backgroundsHeadingsStrong borders |
| 900 | 012A #012A50 | 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: #DCEEFE;
--dodger-blue-200: #BEDFFE;
--dodger-blue-300: #8BC6FD;
--dodger-blue-400: #4FA9FC;
--dodger-blue-500: #1D90FC;
--dodger-blue-600: #0374DD;
--dodger-blue-700: #035CB0;
--dodger-blue-800: #02427E;
--dodger-blue-900: #012A50;
--dodger-blue-950: #011A32;
}