Dodger Blue
#4EA3FD
BlueColor Codes
All color formats for development
HEX
#4EA3FDRGB
rgb(78, 163, 253)HSL
hsl(211, 98%, 65%)OKLCH
oklch(0.704 0.156 252.1)CMYK
cmyk(69%, 36%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D92FD
2#0D81FD
3#0270E6
4#0260C5
5#0250A4
6#014083
7#013062
8#012042
9#001021
Tints
Lighter variations
1#60ACFD
2#72B5FE
3#83BEFE
4#95C8FE
5#A7D1FE
6#B8DAFE
7#CAE3FE
8#DCEDFF
9#EDF6FF
Tones
Muted variations
1#57A3F4
2#60A3EC
3#69A4E3
4#71A4DA
5#7AA4D1
6#83A5C9
7#8CA5C0
8#94A5B7
9#9DA5AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCED #DCEDFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDDD #BDDDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BC2 #8BC2FE | BordersInactive statesPlaceholder text |
| 400 | 4EA3 #4EA3FD | Disabled statesSecondary iconsMuted text |
| 500 | 1C89 #1C89FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 026D #026DDE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0256 #0256B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 013E #013E7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0127 #012751 | Primary textHigh emphasis contentDark headings |
| 950 | 0119 #011932 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F7FF;
--dodger-blue-100: #DCEDFF;
--dodger-blue-200: #BDDDFE;
--dodger-blue-300: #8BC2FE;
--dodger-blue-400: #4EA3FD;
--dodger-blue-500: #1C89FD;
--dodger-blue-600: #026DDE;
--dodger-blue-700: #0256B1;
--dodger-blue-800: #013E7E;
--dodger-blue-900: #012751;
--dodger-blue-950: #011932;
}