Dodger Blue
#1A66FF
BlueColor Codes
All color formats for development
HEX
#1A66FFRGB
rgb(26, 102, 255)HSL
hsl(220, 100%, 55%)OKLCH
oklch(0.566 0.238 262.2)CMYK
cmyk(90%, 60%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0054FC
2#004BE0
3#0041C4
4#0038A8
5#002F8C
6#002570
7#001C54
8#001338
9#00091C
Tints
Lighter variations
1#3075FF
2#4785FF
3#5E94FF
4#75A3FF
5#8CB2FF
6#A3C2FF
7#BAD1FF
8#D1E0FF
9#E8F0FF
Tones
Muted variations
1#256AF4
2#306EE8
3#3C71DD
4#4775D1
5#5379C6
6#5E7DBA
7#6A81AF
8#7585A3
9#818898
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBE7 #DBE7FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDD3 #BDD3FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AB1 #8AB1FF | BordersInactive statesPlaceholder text |
| 400 | 4D88 #4D88FF | Disabled statesSecondary iconsMuted text |
| 500 | 1A66 #1A66FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 004B #004BE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 003C #003CB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 002B #002B80 | Text on light backgroundsHeadingsStrong borders |
| 900 | 001B #001B52 | Primary textHigh emphasis contentDark headings |
| 950 | 0011 #001133 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F5FF;
--dodger-blue-100: #DBE7FF;
--dodger-blue-200: #BDD3FF;
--dodger-blue-300: #8AB1FF;
--dodger-blue-400: #4D88FF;
--dodger-blue-500: #1A66FF;
--dodger-blue-600: #004BE0;
--dodger-blue-700: #003CB3;
--dodger-blue-800: #002B80;
--dodger-blue-900: #001B52;
--dodger-blue-950: #001133;
}