Dodger Blue
#4D94FF
BlueColor Codes
All color formats for development
HEX
#4D94FFRGB
rgb(77, 148, 255)HSL
hsl(216, 100%, 65%)OKLCH
oklch(0.673 0.174 258.5)CMYK
cmyk(70%, 42%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B80FF
2#0A6CFF
3#005DE8
4#0050C7
5#0042A6
6#003585
7#002863
8#001B42
9#000D21
Tints
Lighter variations
1#5E9FFF
2#70A9FF
3#82B4FF
4#94BFFF
5#A6C9FF
6#B8D4FF
7#C9DFFF
8#DBEAFF
9#EDF4FF
Tones
Muted variations
1#5596F6
2#5E97ED
3#6799E4
4#709BDB
5#799DD2
6#829FC9
7#8BA0C1
8#94A2B8
9#9DA4AF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F6 #F0F6FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBEA #DBEAFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDD7 #BDD7FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AB9 #8AB9FF | BordersInactive statesPlaceholder text |
| 400 | 4D94 #4D94FF | Disabled statesSecondary iconsMuted text |
| 500 | 1A75 #1A75FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 005A #005AE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0047 #0047B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0033 #003380 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0021 #002152 | Primary textHigh emphasis contentDark headings |
| 950 | 0014 #001433 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F6FF;
--dodger-blue-100: #DBEAFF;
--dodger-blue-200: #BDD7FF;
--dodger-blue-300: #8AB9FF;
--dodger-blue-400: #4D94FF;
--dodger-blue-500: #1A75FF;
--dodger-blue-600: #005AE0;
--dodger-blue-700: #0047B3;
--dodger-blue-800: #003380;
--dodger-blue-900: #002152;
--dodger-blue-950: #001433;
}