Dodger Blue
#4D9DFF
BlueColor Codes
All color formats for development
HEX
#4D9DFFRGB
rgb(77, 157, 255)HSL
hsl(213, 100%, 65%)OKLCH
oklch(0.692 0.165 255)CMYK
cmyk(70%, 38%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B8BFF
2#0A78FF
3#0068E8
4#005AC7
5#004BA6
6#003C85
7#002D63
8#001E42
9#000F21
Tints
Lighter variations
1#5EA7FF
2#70B0FF
3#82BAFF
4#94C4FF
5#A6CEFF
6#B8D8FF
7#C9E2FF
8#DBEBFF
9#EDF5FF
Tones
Muted variations
1#559EF6
2#5E9FED
3#67A0E4
4#70A0DB
5#79A1D2
6#82A2C9
7#8BA3C1
8#94A4B8
9#9DA5AF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBEB #DBEBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDDB #BDDBFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ABE #8ABEFF | BordersInactive statesPlaceholder text |
| 400 | 4D9D #4D9DFF | Disabled statesSecondary iconsMuted text |
| 500 | 1A81 #1A81FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0065 #0065E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0050 #0050B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0039 #003980 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0025 #002552 | Primary textHigh emphasis contentDark headings |
| 950 | 0017 #001733 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F7FF;
--dodger-blue-100: #DBEBFF;
--dodger-blue-200: #BDDBFF;
--dodger-blue-300: #8ABEFF;
--dodger-blue-400: #4D9DFF;
--dodger-blue-500: #1A81FF;
--dodger-blue-600: #0065E0;
--dodger-blue-700: #0050B3;
--dodger-blue-800: #003980;
--dodger-blue-900: #002552;
--dodger-blue-950: #001733;
}