Dodger Blue
#036DDD
BlueColor Codes
All color formats for development
HEX
#036DDDRGB
rgb(3, 109, 221)HSL
hsl(211, 97%, 44%)OKLCH
oklch(0.55 0.19 256.5)CMYK
cmyk(99%, 51%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0362C7
2#0357B1
3#024C9B
4#024185
5#02366F
6#012B58
7#012142
8#01162C
9#000B16
Tints
Lighter variations
1#047AF9
2#1E89FC
3#3A98FC
4#56A7FC
5#72B5FD
6#8EC4FD
7#ABD3FE
8#C7E2FE
9#E3F0FF
Tones
Muted variations
1#0E6DD2
2#196DC7
3#246EBC
4#2F6EB2
5#3A6EA7
6#456F9C
7#506F91
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 #DCEDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEDD #BEDDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BC2 #8BC2FD | BordersInactive statesPlaceholder text |
| 400 | 4FA3 #4FA3FC | Disabled statesSecondary iconsMuted text |
| 500 | 1D89 #1D89FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 036D #036DDD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0356 #0356B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 023E #023E7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0127 #012750 | 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: #DCEDFE;
--dodger-blue-200: #BEDDFE;
--dodger-blue-300: #8BC2FD;
--dodger-blue-400: #4FA3FC;
--dodger-blue-500: #1D89FC;
--dodger-blue-600: #036DDD;
--dodger-blue-700: #0356B0;
--dodger-blue-800: #023E7E;
--dodger-blue-900: #012750;
--dodger-blue-950: #011932;
}