Dodger Blue
#4F92FC
BlueColor Codes
All color formats for development
HEX
#4F92FCRGB
rgb(79, 146, 252)HSL
hsl(217, 97%, 65%)OKLCH
oklch(0.668 0.172 259.2)CMYK
cmyk(69%, 42%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F7DFC
2#0E69FB
3#035AE5
4#034DC4
5#0240A3
6#023383
7#012662
8#011A41
9#000D21
Tints
Lighter variations
1#619CFD
2#72A7FD
3#84B2FD
4#96BDFD
5#A7C8FE
6#B9D3FE
7#CADEFE
8#DCE9FE
9#EDF4FF
Tones
Muted variations
1#5894F4
2#6096EB
3#6998E2
4#729ADA
5#7A9CD1
6#839EC8
7#8CA0C0
8#94A2B7
9#9DA4AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F6 #F0F6FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE9 #DCE9FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BED6 #BED6FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BB7 #8BB7FD | BordersInactive statesPlaceholder text |
| 400 | 4F92 #4F92FC | Disabled statesSecondary iconsMuted text |
| 500 | 1D72 #1D72FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0357 #0357DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0345 #0345B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0231 #02317E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0120 #012050 | Primary textHigh emphasis contentDark headings |
| 950 | 0114 #011432 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F6FF;
--dodger-blue-100: #DCE9FE;
--dodger-blue-200: #BED6FE;
--dodger-blue-300: #8BB7FD;
--dodger-blue-400: #4F92FC;
--dodger-blue-500: #1D72FC;
--dodger-blue-600: #0357DD;
--dodger-blue-700: #0345B0;
--dodger-blue-800: #02317E;
--dodger-blue-900: #012050;
--dodger-blue-950: #011432;
}