Dodger Blue
#0369DD
BlueColor Codes
All color formats for development
HEX
#0369DDRGB
rgb(3, 105, 221)HSL
hsl(212, 97%, 44%)OKLCH
oklch(0.542 0.195 257.5)CMYK
cmyk(99%, 52%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#035EC7
2#0354B1
3#02499B
4#023F85
5#02346F
6#012A58
7#011F42
8#01152C
9#000A16
Tints
Lighter variations
1#0476F9
2#1E85FC
3#3A95FC
4#56A4FC
5#72B3FD
6#8EC2FD
7#ABD1FE
8#C7E1FE
9#E3F0FF
Tones
Muted variations
1#0E6AD2
2#196AC7
3#246BBC
4#2F6CB2
5#3A6DA7
6#456D9C
7#506E91
8#5A6F86
9#656F7B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCEC #DCECFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEDC #BEDCFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BC1 #8BC1FD | BordersInactive statesPlaceholder text |
| 400 | 4FA0 #4FA0FC | Disabled statesSecondary iconsMuted text |
| 500 | 1D85 #1D85FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0369 #0369DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0353 #0353B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 023C #023C7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0126 #012650 | Primary textHigh emphasis contentDark headings |
| 950 | 0118 #011832 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F7FF;
--dodger-blue-100: #DCECFE;
--dodger-blue-200: #BEDCFE;
--dodger-blue-300: #8BC1FD;
--dodger-blue-400: #4FA0FC;
--dodger-blue-500: #1D85FC;
--dodger-blue-600: #0369DD;
--dodger-blue-700: #0353B0;
--dodger-blue-800: #023C7E;
--dodger-blue-900: #012650;
--dodger-blue-950: #011832;
}