Dodger Blue
#50A9FB
BlueColor Codes
All color formats for development
HEX
#50A9FBRGB
rgb(80, 169, 251)HSL
hsl(209, 96%, 65%)OKLCH
oklch(0.717 0.147 249)CMYK
cmyk(68%, 33%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3099FB
2#0F89FA
3#0578E3
4#0467C3
5#0356A2
6#034482
7#023361
8#012241
9#011120
Tints
Lighter variations
1#62B1FC
2#73BAFC
3#85C3FD
4#96CBFD
5#A8D4FD
6#B9DCFE
7#CBE5FE
8#DCEEFE
9#EEF6FF
Tones
Muted variations
1#59A8F3
2#61A8EA
3#6AA8E2
4#72A7D9
5#7BA7D1
6#83A7C8
7#8CA7BF
8#95A6B7
9#9DA6AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F8 #F0F8FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCEE #DCEEFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEDF #BEDFFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CC6 #8CC6FD | BordersInactive statesPlaceholder text |
| 400 | 50A9 #50A9FB | Disabled statesSecondary iconsMuted text |
| 500 | 1E90 #1E90FA | Primary brand colorCTAsActive elementsLinks |
| 600 | 0474 #0474DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 045C #045CAF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0342 #03427D | Text on light backgroundsHeadingsStrong borders |
| 900 | 022A #022A50 | Primary textHigh emphasis contentDark headings |
| 950 | 011A #011A32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F8FF;
--dodger-blue-100: #DCEEFE;
--dodger-blue-200: #BEDFFE;
--dodger-blue-300: #8CC6FD;
--dodger-blue-400: #50A9FB;
--dodger-blue-500: #1E90FA;
--dodger-blue-600: #0474DC;
--dodger-blue-700: #045CAF;
--dodger-blue-800: #03427D;
--dodger-blue-900: #022A50;
--dodger-blue-950: #011A32;
}