Dodger Blue
#10A4D1
CyanColor Codes
All color formats for development
HEX
#10A4D1RGB
rgb(16, 164, 209)HSL
hsl(194, 86%, 44%)OKLCH
oklch(0.671 0.127 226.7)CMYK
cmyk(92%, 22%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E93BC
2#0D83A7
3#0B7392
4#09627D
5#085268
6#064153
7#05313F
8#03212A
9#021015
Tints
Lighter variations
1#12B8EB
2#2BC1EF
3#45C9F1
4#60D1F3
5#7AD8F5
6#95E0F7
7#AFE8F9
8#CAF0FB
9#E4F7FD
Tones
Muted variations
1#199FC7
2#2399BD
3#2D94B4
4#368FAA
5#408AA0
6#4A8597
7#53808D
8#5D7A83
9#67757A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF5 #DEF5FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1ED #C1EDFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92DF #92DFF7 | BordersInactive statesPlaceholder text |
| 400 | 59CF #59CFF3 | Disabled statesSecondary iconsMuted text |
| 500 | 2AC1 #2AC1EF | Primary brand colorCTAsActive elementsLinks |
| 600 | 10A4 #10A4D1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C82 #0C82A6 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 095D #095D77 | Text on light backgroundsHeadingsStrong borders |
| 900 | 063C #063C4C | Primary textHigh emphasis contentDark headings |
| 950 | 0425 #04252F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FBFE;
--dodger-blue-100: #DEF5FD;
--dodger-blue-200: #C1EDFA;
--dodger-blue-300: #92DFF7;
--dodger-blue-400: #59CFF3;
--dodger-blue-500: #2AC1EF;
--dodger-blue-600: #10A4D1;
--dodger-blue-700: #0C82A6;
--dodger-blue-800: #095D77;
--dodger-blue-900: #063C4C;
--dodger-blue-950: #04252F;
}