Dodger Blue
#0377DD
BlueColor Codes
All color formats for development
HEX
#0377DDRGB
rgb(3, 119, 221)HSL
hsl(208, 97%, 44%)OKLCH
oklch(0.572 0.179 253.6)CMYK
cmyk(99%, 46%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#036CC7
2#0360B1
3#02549B
4#024885
5#023C6F
6#013058
7#012442
8#01182C
9#000C16
Tints
Lighter variations
1#0487F9
2#1E94FC
3#3AA2FC
4#56AFFC
5#72BCFD
6#8ECAFD
7#ABD7FE
8#C7E4FE
9#E3F2FF
Tones
Muted variations
1#0E77D2
2#1976C7
3#2475BC
4#2F75B2
5#3A74A7
6#45739C
7#507291
8#5A7286
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 | BEE0 #BEE0FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BC8 #8BC8FD | BordersInactive statesPlaceholder text |
| 400 | 4FAC #4FACFC | Disabled statesSecondary iconsMuted text |
| 500 | 1D94 #1D94FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0377 #0377DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 035F #035FB0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0244 #02447E | Text on light backgroundsHeadingsStrong borders |
| 900 | 012B #012B50 | Primary textHigh emphasis contentDark headings |
| 950 | 011B #011B32 | 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: #BEE0FE;
--dodger-blue-300: #8BC8FD;
--dodger-blue-400: #4FACFC;
--dodger-blue-500: #1D94FC;
--dodger-blue-600: #0377DD;
--dodger-blue-700: #035FB0;
--dodger-blue-800: #02447E;
--dodger-blue-900: #012B50;
--dodger-blue-950: #011B32;
}