Dodger Blue
#1D89FC
BlueColor Codes
All color formats for development
HEX
#1D89FCRGB
rgb(29, 137, 252)HSL
hsl(211, 97%, 55%)OKLCH
oklch(0.635 0.194 254.8)CMYK
cmyk(88%, 46%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#047AF9
2#036DDD
3#035FC1
4#0351A6
5#02448A
6#02366F
7#012953
8#011B37
9#000E1C
Tints
Lighter variations
1#3494FC
2#4AA0FC
3#61ACFD
4#77B8FD
5#8EC4FD
6#A5D0FE
7#BBDBFE
8#D2E7FE
9#E8F3FF
Tones
Muted variations
1#2889F0
2#3389E5
3#3E8ADA
4#498ACF
5#558AC4
6#608BB9
7#6B8BAE
8#768CA3
9#818C97
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCED #DCEDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEDD #BEDDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BC2 #8BC2FD | BordersInactive statesPlaceholder text |
| 400 | 4FA3 #4FA3FC | Disabled statesSecondary iconsMuted text |
| 500 | 1D89 #1D89FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 036D #036DDD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0356 #0356B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 023E #023E7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0127 #012750 | Primary textHigh emphasis contentDark headings |
| 950 | 0119 #011932 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F7FF;
--dodger-blue-100: #DCEDFE;
--dodger-blue-200: #BEDDFE;
--dodger-blue-300: #8BC2FD;
--dodger-blue-400: #4FA3FC;
--dodger-blue-500: #1D89FC;
--dodger-blue-600: #036DDD;
--dodger-blue-700: #0356B0;
--dodger-blue-800: #023E7E;
--dodger-blue-900: #012750;
--dodger-blue-950: #011932;
}