Dodger Blue
#1A79FF
BlueColor Codes
All color formats for development
HEX
#1A79FFRGB
rgb(26, 121, 255)HSL
hsl(215, 100%, 55%)OKLCH
oklch(0.603 0.217 258.9)CMYK
cmyk(90%, 53%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0069FC
2#005DE0
3#0052C4
4#0046A8
5#003A8C
6#002F70
7#002354
8#001738
9#000C1C
Tints
Lighter variations
1#3087FF
2#4794FF
3#5EA1FF
4#75AFFF
5#8CBCFF
6#A3C9FF
7#BAD7FF
8#D1E4FF
9#E8F2FF
Tones
Muted variations
1#257BF4
2#307DE8
3#3C7FDD
4#4781D1
5#5383C6
6#5E85BA
7#6A87AF
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 | BDD8 #BDD8FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ABB #8ABBFF | BordersInactive statesPlaceholder text |
| 400 | 4D97 #4D97FF | Disabled statesSecondary iconsMuted text |
| 500 | 1A79 #1A79FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 005D #005DE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 004A #004AB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0035 #003580 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0022 #002252 | Primary textHigh emphasis contentDark headings |
| 950 | 0015 #001533 | 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: #BDD8FF;
--dodger-blue-300: #8ABBFF;
--dodger-blue-400: #4D97FF;
--dodger-blue-500: #1A79FF;
--dodger-blue-600: #005DE0;
--dodger-blue-700: #004AB3;
--dodger-blue-800: #003580;
--dodger-blue-900: #002252;
--dodger-blue-950: #001533;
}