Dodger Blue
#4D97FF
BlueColor Codes
All color formats for development
HEX
#4D97FFRGB
rgb(77, 151, 255)HSL
hsl(215, 100%, 65%)OKLCH
oklch(0.679 0.171 257.4)CMYK
cmyk(70%, 41%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B84FF
2#0A70FF
3#0061E8
4#0053C7
5#0045A6
6#003785
7#002963
8#001C42
9#000E21
Tints
Lighter variations
1#5EA1FF
2#70ACFF
3#82B6FF
4#94C1FF
5#A6CBFF
6#B8D5FF
7#C9E0FF
8#DBEAFF
9#EDF5FF
Tones
Muted variations
1#5598F6
2#5E9AED
3#679BE4
4#709DDB
5#799ED2
6#82A0C9
7#8BA1C1
8#94A3B8
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 | BDD8 #BDD8FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ABB #8ABBFF | BordersInactive statesPlaceholder text |
| 400 | 4D97 #4D97FF | Disabled statesSecondary iconsMuted text |
| 500 | 1A79 #1A79FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 005D #005DE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 004A #004AB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0035 #003580 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0022 #002252 | Primary textHigh emphasis contentDark headings |
| 950 | 0015 #001533 | 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: #BDD8FF;
--dodger-blue-300: #8ABBFF;
--dodger-blue-400: #4D97FF;
--dodger-blue-500: #1A79FF;
--dodger-blue-600: #005DE0;
--dodger-blue-700: #004AB3;
--dodger-blue-800: #003580;
--dodger-blue-900: #002252;
--dodger-blue-950: #001533;
}