Dodger Blue
#1C8CFD
BlueColor Codes
All color formats for development
HEX
#1C8CFDRGB
rgb(28, 140, 253)HSL
hsl(210, 98%, 55%)OKLCH
oklch(0.642 0.192 254)CMYK
cmyk(89%, 45%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#037EFA
2#0270DE
3#0262C2
4#0254A7
5#01468B
6#01386F
7#012A53
8#011C38
9#000E1C
Tints
Lighter variations
1#3398FD
2#49A3FD
3#60AFFD
4#77BAFE
5#8DC6FE
6#A4D1FE
7#BBDDFE
8#D2E8FF
9#E8F4FF
Tones
Muted variations
1#278CF1
2#328CE6
3#3E8CDB
4#498CD0
5#548CC4
6#5F8CB9
7#6B8CAE
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 #DCEDFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDDE #BDDEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BC4 #8BC4FE | BordersInactive statesPlaceholder text |
| 400 | 4EA6 #4EA6FD | Disabled statesSecondary iconsMuted text |
| 500 | 1C8C #1C8CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0270 #0270DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0259 #0259B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0140 #01407E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0129 #012951 | Primary textHigh emphasis contentDark headings |
| 950 | 011A #011A32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F7FF;
--dodger-blue-100: #DCEDFF;
--dodger-blue-200: #BDDEFE;
--dodger-blue-300: #8BC4FE;
--dodger-blue-400: #4EA6FD;
--dodger-blue-500: #1C8CFD;
--dodger-blue-600: #0270DE;
--dodger-blue-700: #0259B1;
--dodger-blue-800: #01407E;
--dodger-blue-900: #012951;
--dodger-blue-950: #011A32;
}