Dodger Blue
#1C7AFD
BlueColor Codes
All color formats for development
HEX
#1C7AFDRGB
rgb(28, 122, 253)HSL
hsl(215, 98%, 55%)OKLCH
oklch(0.604 0.213 258.7)CMYK
cmyk(89%, 52%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#036AFA
2#025EDE
3#0252C2
4#0246A7
5#013B8B
6#012F6F
7#012353
8#011738
9#000C1C
Tints
Lighter variations
1#3387FD
2#4994FD
3#60A2FD
4#77AFFE
5#8DBCFE
6#A4CAFE
7#BBD7FE
8#D2E4FF
9#E8F2FF
Tones
Muted variations
1#277BF1
2#327DE6
3#3E7FDB
4#4981D0
5#5483C4
6#5F85B9
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 #DCEAFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDD8 #BDD8FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BBB #8BBBFE | BordersInactive statesPlaceholder text |
| 400 | 4E97 #4E97FD | Disabled statesSecondary iconsMuted text |
| 500 | 1C7A #1C7AFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 025E #025EDE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 024B #024BB1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0135 #01357E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0122 #012251 | 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: #DCEAFF;
--dodger-blue-200: #BDD8FE;
--dodger-blue-300: #8BBBFE;
--dodger-blue-400: #4E97FD;
--dodger-blue-500: #1C7AFD;
--dodger-blue-600: #025EDE;
--dodger-blue-700: #024BB1;
--dodger-blue-800: #01357E;
--dodger-blue-900: #012251;
--dodger-blue-950: #011532;
}