Dodger Blue
#1A6EFF
BlueColor Codes
All color formats for development
HEX
#1A6EFFRGB
rgb(26, 110, 255)HSL
hsl(218, 100%, 55%)OKLCH
oklch(0.582 0.229 261)CMYK
cmyk(90%, 57%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#005DFC
2#0052E0
3#0048C4
4#003EA8
5#00338C
6#002970
7#001F54
8#001538
9#000A1C
Tints
Lighter variations
1#307CFF
2#478BFF
3#5E99FF
4#75A8FF
5#8CB6FF
6#A3C5FF
7#BAD3FF
8#D1E2FF
9#E8F0FF
Tones
Muted variations
1#2571F4
2#3074E8
3#3C77DD
4#477AD1
5#537DC6
6#5E80BA
7#6A83AF
8#7586A3
9#818998
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBE8 #DBE8FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDD5 #BDD5FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AB5 #8AB5FF | BordersInactive statesPlaceholder text |
| 400 | 4D8E #4D8EFF | Disabled statesSecondary iconsMuted text |
| 500 | 1A6E #1A6EFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0052 #0052E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0041 #0041B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 002F #002F80 | Text on light backgroundsHeadingsStrong borders |
| 900 | 001E #001E52 | Primary textHigh emphasis contentDark headings |
| 950 | 0013 #001333 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F5FF;
--dodger-blue-100: #DBE8FF;
--dodger-blue-200: #BDD5FF;
--dodger-blue-300: #8AB5FF;
--dodger-blue-400: #4D8EFF;
--dodger-blue-500: #1A6EFF;
--dodger-blue-600: #0052E0;
--dodger-blue-700: #0041B3;
--dodger-blue-800: #002F80;
--dodger-blue-900: #001E52;
--dodger-blue-950: #001333;
}