Dodger Blue
#1480CC
BlueColor Codes
All color formats for development
HEX
#1480CCRGB
rgb(20, 128, 204)HSL
hsl(205, 82%, 44%)OKLCH
oklch(0.583 0.146 246.9)CMYK
cmyk(90%, 37%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1273B8
2#1066A3
3#0E598F
4#0C4D7B
5#0A4066
6#083352
7#06263D
8#041A29
9#020D14
Tints
Lighter variations
1#1790E6
2#2F9CEA
3#49A9ED
4#63B5F0
5#7DC1F2
6#97CEF5
7#B1DAF7
8#CBE6FA
9#E5F3FC
Tones
Muted variations
1#1D7EC3
2#277CBA
3#307BB1
4#3979A7
5#42789E
6#4B7695
7#55758C
8#5E7383
9#677279
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF0 #DFF0FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E2 #C3E2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94CC #94CCF4 | BordersInactive statesPlaceholder text |
| 400 | 5DB2 #5DB2EF | Disabled statesSecondary iconsMuted text |
| 500 | 2E9C #2E9CEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1480 #1480CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1065 #1065A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B48 #0B4874 | Text on light backgroundsHeadingsStrong borders |
| 900 | 072E #072E4A | Primary textHigh emphasis contentDark headings |
| 950 | 051D #051D2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1F8FE;
--dodger-blue-100: #DFF0FC;
--dodger-blue-200: #C3E2F9;
--dodger-blue-300: #94CCF4;
--dodger-blue-400: #5DB2EF;
--dodger-blue-500: #2E9CEA;
--dodger-blue-600: #1480CC;
--dodger-blue-700: #1065A2;
--dodger-blue-800: #0B4874;
--dodger-blue-900: #072E4A;
--dodger-blue-950: #051D2E;
}