Dodger Blue
#4F9DFC
BlueColor Codes
All color formats for development
HEX
#4F9DFCRGB
rgb(79, 157, 252)HSL
hsl(213, 97%, 65%)OKLCH
oklch(0.691 0.16 254.8)CMYK
cmyk(69%, 38%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F8BFC
2#0E79FB
3#0369E5
4#035AC4
5#024BA3
6#023C83
7#012D62
8#011E41
9#000F21
Tints
Lighter variations
1#61A7FD
2#72B1FD
3#84BAFD
4#96C4FD
5#A7CEFE
6#B9D8FE
7#CAE2FE
8#DCEBFE
9#EDF5FF
Tones
Muted variations
1#589EF4
2#609FEB
3#69A0E2
4#72A1DA
5#7AA1D1
6#83A2C8
7#8CA3C0
8#94A4B7
9#9DA5AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCEB #DCEBFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEDB #BEDBFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BBF #8BBFFD | BordersInactive statesPlaceholder text |
| 400 | 4F9D #4F9DFC | Disabled statesSecondary iconsMuted text |
| 500 | 1D81 #1D81FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0365 #0365DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0351 #0351B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 023A #023A7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0125 #012550 | Primary textHigh emphasis contentDark headings |
| 950 | 0117 #011732 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F7FF;
--dodger-blue-100: #DCEBFE;
--dodger-blue-200: #BEDBFE;
--dodger-blue-300: #8BBFFD;
--dodger-blue-400: #4F9DFC;
--dodger-blue-500: #1D81FC;
--dodger-blue-600: #0365DD;
--dodger-blue-700: #0351B0;
--dodger-blue-800: #023A7E;
--dodger-blue-900: #012550;
--dodger-blue-950: #011732;
}