Dodger Blue
#4EA9FD
BlueColor Codes
All color formats for development
HEX
#4EA9FDRGB
rgb(78, 169, 253)HSL
hsl(209, 98%, 65%)OKLCH
oklch(0.717 0.15 249.2)CMYK
cmyk(69%, 33%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D99FD
2#0D89FD
3#0278E6
4#0267C5
5#0256A4
6#014483
7#013362
8#012242
9#001121
Tints
Lighter variations
1#60B1FD
2#72BAFE
3#83C3FE
4#95CBFE
5#A7D4FE
6#B8DCFE
7#CAE5FE
8#DCEEFF
9#EDF6FF
Tones
Muted variations
1#57A8F4
2#60A8EC
3#69A8E3
4#71A7DA
5#7AA7D1
6#83A7C9
7#8CA7C0
8#94A6B7
9#9DA6AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F8 #F0F8FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCEE #DCEEFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDDF #BDDFFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BC6 #8BC6FE | BordersInactive statesPlaceholder text |
| 400 | 4EA9 #4EA9FD | Disabled statesSecondary iconsMuted text |
| 500 | 1C90 #1C90FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0274 #0274DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 025C #025CB1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0142 #01427E | Text on light backgroundsHeadingsStrong borders |
| 900 | 012A #012A51 | Primary textHigh emphasis contentDark headings |
| 950 | 011A #011A32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F8FF;
--dodger-blue-100: #DCEEFF;
--dodger-blue-200: #BDDFFE;
--dodger-blue-300: #8BC6FE;
--dodger-blue-400: #4EA9FD;
--dodger-blue-500: #1C90FD;
--dodger-blue-600: #0274DE;
--dodger-blue-700: #025CB1;
--dodger-blue-800: #01427E;
--dodger-blue-900: #012A51;
--dodger-blue-950: #011A32;
}