Dodger Blue
#046DDC
BlueColor Codes
All color formats for development
HEX
#046DDCRGB
rgb(4, 109, 220)HSL
hsl(211, 96%, 44%)OKLCH
oklch(0.549 0.189 256.4)CMYK
cmyk(98%, 50%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0462C6
2#0457B0
3#034C9A
4#034184
5#02366E
6#022B58
7#012142
8#01162C
9#000B16
Tints
Lighter variations
1#057AF8
2#1F89FA
3#3B98FB
4#57A7FC
5#73B5FC
6#8FC4FD
7#ABD3FD
8#C7E2FE
9#E3F0FE
Tones
Muted variations
1#0F6DD1
2#1A6DC6
3#256EBC
4#306EB1
5#3A6EA6
6#456F9B
7#506F91
8#5B6F86
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 | 8CC2 #8CC2FD | BordersInactive statesPlaceholder text |
| 400 | 50A3 #50A3FB | Disabled statesSecondary iconsMuted text |
| 500 | 1E89 #1E89FA | Primary brand colorCTAsActive elementsLinks |
| 600 | 046D #046DDC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0456 #0456AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 033E #033E7D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0227 #022750 | 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: #8CC2FD;
--dodger-blue-400: #50A3FB;
--dodger-blue-500: #1E89FA;
--dodger-blue-600: #046DDC;
--dodger-blue-700: #0456AF;
--dodger-blue-800: #033E7D;
--dodger-blue-900: #022750;
--dodger-blue-950: #011932;
}