Dodger Blue
#4DA0FF
BlueColor Codes
All color formats for development
HEX
#4DA0FFRGB
rgb(77, 160, 255)HSL
hsl(212, 100%, 65%)OKLCH
oklch(0.698 0.162 253.7)CMYK
cmyk(70%, 37%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B8EFF
2#0A7CFF
3#006CE8
4#005DC7
5#004DA6
6#003E85
7#002E63
8#001F42
9#000F21
Tints
Lighter variations
1#5EA9FF
2#70B3FF
3#82BCFF
4#94C6FF
5#A6CFFF
6#B8D9FF
7#C9E2FF
8#DBECFF
9#EDF5FF
Tones
Muted variations
1#55A0F6
2#5EA1ED
3#67A2E4
4#70A2DB
5#79A3D2
6#82A3C9
7#8BA4C1
8#94A5B8
9#9DA5AF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBEC #DBECFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDDC #BDDCFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AC0 #8AC0FF | BordersInactive statesPlaceholder text |
| 400 | 4DA0 #4DA0FF | Disabled statesSecondary iconsMuted text |
| 500 | 1A85 #1A85FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0069 #0069E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0053 #0053B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 003C #003C80 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0026 #002652 | Primary textHigh emphasis contentDark headings |
| 950 | 0018 #001833 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F7FF;
--dodger-blue-100: #DBECFF;
--dodger-blue-200: #BDDCFF;
--dodger-blue-300: #8AC0FF;
--dodger-blue-400: #4DA0FF;
--dodger-blue-500: #1A85FF;
--dodger-blue-600: #0069E0;
--dodger-blue-700: #0053B3;
--dodger-blue-800: #003C80;
--dodger-blue-900: #002652;
--dodger-blue-950: #001833;
}