Dodger Blue
#4FA9FC
BlueColor Codes
All color formats for development
HEX
#4FA9FCRGB
rgb(79, 169, 252)HSL
hsl(209, 97%, 65%)OKLCH
oklch(0.717 0.149 249.1)CMYK
cmyk(69%, 33%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F99FC
2#0E89FB
3#0378E5
4#0367C4
5#0256A3
6#024483
7#013362
8#012241
9#001121
Tints
Lighter variations
1#61B1FD
2#72BAFD
3#84C3FD
4#96CBFD
5#A7D4FE
6#B9DCFE
7#CAE5FE
8#DCEEFE
9#EDF6FF
Tones
Muted variations
1#58A8F4
2#60A8EB
3#69A8E2
4#72A7DA
5#7AA7D1
6#83A7C8
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 #DCEEFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEDF #BEDFFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BC6 #8BC6FD | BordersInactive statesPlaceholder text |
| 400 | 4FA9 #4FA9FC | Disabled statesSecondary iconsMuted text |
| 500 | 1D90 #1D90FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0374 #0374DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 035C #035CB0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0242 #02427E | Text on light backgroundsHeadingsStrong borders |
| 900 | 012A #012A50 | 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: #DCEEFE;
--dodger-blue-200: #BEDFFE;
--dodger-blue-300: #8BC6FD;
--dodger-blue-400: #4FA9FC;
--dodger-blue-500: #1D90FC;
--dodger-blue-600: #0374DD;
--dodger-blue-700: #035CB0;
--dodger-blue-800: #02427E;
--dodger-blue-900: #012A50;
--dodger-blue-950: #011A32;
}