Dodger Blue
#0D9ED3
BlueColor Codes
All color formats for development
HEX
#0D9ED3RGB
rgb(13, 158, 211)HSL
hsl(196, 88%, 44%)OKLCH
oklch(0.657 0.131 231.7)CMYK
cmyk(94%, 25%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C8EBE
2#0B7FA9
3#096F94
4#085F7F
5#074F69
6#053F54
7#042F3F
8#03202A
9#011015
Tints
Lighter variations
1#0FB2EE
2#28BCF1
3#43C4F3
4#5ECDF5
5#79D5F6
6#94DDF8
7#AEE6FA
8#C9EEFC
9#E4F7FD
Tones
Muted variations
1#179AC9
2#2195BF
3#2B90B5
4#358CAB
5#3F87A2
6#498398
7#537E8E
8#5C7984
9#66757A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF4 #DDF4FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1EB #C1EBFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91DC #91DCF8 | BordersInactive statesPlaceholder text |
| 400 | 57CA #57CAF4 | Disabled statesSecondary iconsMuted text |
| 500 | 27BB #27BBF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D9E #0D9ED3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B7E #0B7EA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 085A #085A78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 053A #053A4D | Primary textHigh emphasis contentDark headings |
| 950 | 0324 #032430 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FAFE;
--dodger-blue-100: #DDF4FD;
--dodger-blue-200: #C1EBFB;
--dodger-blue-300: #91DCF8;
--dodger-blue-400: #57CAF4;
--dodger-blue-500: #27BBF1;
--dodger-blue-600: #0D9ED3;
--dodger-blue-700: #0B7EA8;
--dodger-blue-800: #085A78;
--dodger-blue-900: #053A4D;
--dodger-blue-950: #032430;
}