Dodger Blue
#1380CD
BlueColor Codes
All color formats for development
HEX
#1380CDRGB
rgb(19, 128, 205)HSL
hsl(205, 83%, 44%)OKLCH
oklch(0.583 0.148 247.1)CMYK
cmyk(91%, 38%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1173B9
2#0F66A4
3#0D5990
4#0B4D7B
5#0A4067
6#083352
7#06263E
8#041A29
9#020D15
Tints
Lighter variations
1#1690E7
2#2E9DEC
3#48A9EE
4#62B5F0
5#7CC1F3
6#96CEF5
7#B1DAF8
8#CBE6FA
9#E5F3FD
Tones
Muted variations
1#1C7EC4
2#267DBB
3#2F7BB1
4#387AA8
5#42789F
6#4B7695
7#54758C
8#5E7383
9#67727A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF0 #DEF0FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E2 #C2E2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94CC #94CCF5 | BordersInactive statesPlaceholder text |
| 400 | 5CB2 #5CB2F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D9C #2D9CEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1380 #1380CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F66 #0F66A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B49 #0B4975 | Text on light backgroundsHeadingsStrong borders |
| 900 | 072E #072E4B | Primary textHigh emphasis contentDark headings |
| 950 | 041D #041D2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1F8FE;
--dodger-blue-100: #DEF0FC;
--dodger-blue-200: #C2E2F9;
--dodger-blue-300: #94CCF5;
--dodger-blue-400: #5CB2F0;
--dodger-blue-500: #2D9CEB;
--dodger-blue-600: #1380CD;
--dodger-blue-700: #0F66A3;
--dodger-blue-800: #0B4975;
--dodger-blue-900: #072E4B;
--dodger-blue-950: #041D2F;
}