Dodger Blue
#0394DD
BlueColor Codes
All color formats for development
HEX
#0394DDRGB
rgb(3, 148, 221)HSL
hsl(200, 97%, 44%)OKLCH
oklch(0.638 0.149 241.5)CMYK
cmyk(99%, 33%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0386C7
2#0377B1
3#02689B
4#025985
5#024A6F
6#013B58
7#012D42
8#011E2C
9#000F16
Tints
Lighter variations
1#04A7F9
2#1EB2FC
3#3ABBFC
4#56C5FC
5#72CFFD
6#8ED8FD
7#ABE2FE
8#C7ECFE
9#E3F5FF
Tones
Muted variations
1#0E91D2
2#198DC7
3#248ABC
4#2F86B2
5#3A82A7
6#457F9C
7#507B91
8#5A7786
9#65747B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF3 #DCF3FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEE9 #BEE9FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BD7 #8BD7FD | BordersInactive statesPlaceholder text |
| 400 | 4FC3 #4FC3FC | Disabled statesSecondary iconsMuted text |
| 500 | 1DB1 #1DB1FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0394 #0394DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0376 #0376B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0254 #02547E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0136 #013650 | Primary textHigh emphasis contentDark headings |
| 950 | 0122 #012232 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FAFF;
--dodger-blue-100: #DCF3FE;
--dodger-blue-200: #BEE9FE;
--dodger-blue-300: #8BD7FD;
--dodger-blue-400: #4FC3FC;
--dodger-blue-500: #1DB1FC;
--dodger-blue-600: #0394DD;
--dodger-blue-700: #0376B0;
--dodger-blue-800: #02547E;
--dodger-blue-900: #013650;
--dodger-blue-950: #012232;
}