Dodger Blue
#1D63FC
BlueColor Codes
All color formats for development
HEX
#1D63FCRGB
rgb(29, 99, 252)HSL
hsl(221, 97%, 55%)OKLCH
oklch(0.559 0.238 262.8)CMYK
cmyk(88%, 61%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0451F9
2#0348DD
3#033FC1
4#0336A6
5#022D8A
6#02246F
7#011B53
8#011237
9#00091C
Tints
Lighter variations
1#3473FC
2#4A83FC
3#6192FD
4#77A2FD
5#8EB1FD
6#A5C1FE
7#BBD0FE
8#D2E0FE
9#E8EFFF
Tones
Muted variations
1#2868F0
2#336CE5
3#3E70DA
4#4974CF
5#5578C4
6#607CB9
7#6B80AE
8#7684A3
9#818897
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE7 #DCE7FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BED2 #BED2FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BAF #8BAFFD | BordersInactive statesPlaceholder text |
| 400 | 4F86 #4F86FC | Disabled statesSecondary iconsMuted text |
| 500 | 1D63 #1D63FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0348 #0348DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 033A #033AB0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0229 #02297E | Text on light backgroundsHeadingsStrong borders |
| 900 | 011A #011A50 | Primary textHigh emphasis contentDark headings |
| 950 | 0110 #011032 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F5FF;
--dodger-blue-100: #DCE7FE;
--dodger-blue-200: #BED2FE;
--dodger-blue-300: #8BAFFD;
--dodger-blue-400: #4F86FC;
--dodger-blue-500: #1D63FC;
--dodger-blue-600: #0348DD;
--dodger-blue-700: #033AB0;
--dodger-blue-800: #02297E;
--dodger-blue-900: #011A50;
--dodger-blue-950: #011032;
}