Dodger Blue
#1A75FF
BlueColor Codes
All color formats for development
HEX
#1A75FFRGB
rgb(26, 117, 255)HSL
hsl(216, 100%, 55%)OKLCH
oklch(0.595 0.221 259.7)CMYK
cmyk(90%, 54%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0065FC
2#005AE0
3#004FC4
4#0043A8
5#00388C
6#002D70
7#002254
8#001638
9#000B1C
Tints
Lighter variations
1#3083FF
2#4791FF
3#5E9FFF
4#75ACFF
5#8CBAFF
6#A3C8FF
7#BAD6FF
8#D1E3FF
9#E8F1FF
Tones
Muted variations
1#2578F4
2#307AE8
3#3C7CDD
4#477ED1
5#5381C6
6#5E83BA
7#6A85AF
8#7588A3
9#818A98
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F6 #F0F6FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBEA #DBEAFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDD7 #BDD7FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AB9 #8AB9FF | BordersInactive statesPlaceholder text |
| 400 | 4D94 #4D94FF | Disabled statesSecondary iconsMuted text |
| 500 | 1A75 #1A75FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 005A #005AE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0047 #0047B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0033 #003380 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0021 #002152 | Primary textHigh emphasis contentDark headings |
| 950 | 0014 #001433 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F6FF;
--dodger-blue-100: #DBEAFF;
--dodger-blue-200: #BDD7FF;
--dodger-blue-300: #8AB9FF;
--dodger-blue-400: #4D94FF;
--dodger-blue-500: #1A75FF;
--dodger-blue-600: #005AE0;
--dodger-blue-700: #0047B3;
--dodger-blue-800: #003380;
--dodger-blue-900: #002152;
--dodger-blue-950: #001433;
}