Dodger Blue
#1D7AFC
BlueColor Codes
All color formats for development
HEX
#1D7AFCRGB
rgb(29, 122, 252)HSL
hsl(215, 97%, 55%)OKLCH
oklch(0.604 0.211 258.6)CMYK
cmyk(88%, 52%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#046AF9
2#035EDD
3#0352C1
4#0347A6
5#023B8A
6#022F6F
7#012353
8#011837
9#000C1C
Tints
Lighter variations
1#3487FC
2#4A94FC
3#61A2FD
4#77AFFD
5#8EBCFD
6#A5CAFE
7#BBD7FE
8#D2E4FE
9#E8F2FF
Tones
Muted variations
1#287CF0
2#337DE5
3#3E7FDA
4#4981CF
5#5583C4
6#6085B9
7#6B87AE
8#7689A3
9#818A97
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F6 #F0F6FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCEA #DCEAFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BED8 #BED8FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BBB #8BBBFD | BordersInactive statesPlaceholder text |
| 400 | 4F97 #4F97FC | Disabled statesSecondary iconsMuted text |
| 500 | 1D7A #1D7AFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 035E #035EDD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 034B #034BB0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0235 #02357E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0122 #012250 | Primary textHigh emphasis contentDark headings |
| 950 | 0115 #011532 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F6FF;
--dodger-blue-100: #DCEAFE;
--dodger-blue-200: #BED8FE;
--dodger-blue-300: #8BBBFD;
--dodger-blue-400: #4F97FC;
--dodger-blue-500: #1D7AFC;
--dodger-blue-600: #035EDD;
--dodger-blue-700: #034BB0;
--dodger-blue-800: #02357E;
--dodger-blue-900: #012250;
--dodger-blue-950: #011532;
}