Dodger Blue
#56A8F5
BlueColor Codes
All color formats for development
HEX
#56A8F5RGB
rgb(86, 168, 245)HSL
hsl(209, 89%, 65%)OKLCH
oklch(0.714 0.139 249.1)CMYK
cmyk(65%, 31%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3798F3
2#1888F2
3#0D77DB
4#0B66BC
5#09559D
6#07447D
7#05335E
8#04223F
9#02111F
Tints
Lighter variations
1#67B1F6
2#78BAF7
3#89C2F8
4#9ACBF9
5#ABD4FA
6#BCDCFB
7#CCE5FC
8#DDEEFD
9#EEF6FE
Tones
Muted variations
1#5EA8ED
2#66A8E5
3#6EA8DD
4#76A7D5
5#7EA7CD
6#86A7C6
7#8EA7BE
8#96A6B6
9#9EA6AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEE #DDEEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0DF #C0DFFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90C6 #90C6F9 | BordersInactive statesPlaceholder text |
| 400 | 56A8 #56A8F5 | Disabled statesSecondary iconsMuted text |
| 500 | 2690 #2690F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C74 #0C74D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A5C #0A5CA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0742 #074278 | Text on light backgroundsHeadingsStrong borders |
| 900 | 042A #042A4D | Primary textHigh emphasis contentDark headings |
| 950 | 031A #031A30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1F8FE;
--dodger-blue-100: #DDEEFD;
--dodger-blue-200: #C0DFFB;
--dodger-blue-300: #90C6F9;
--dodger-blue-400: #56A8F5;
--dodger-blue-500: #2690F2;
--dodger-blue-600: #0C74D4;
--dodger-blue-700: #0A5CA9;
--dodger-blue-800: #074278;
--dodger-blue-900: #042A4D;
--dodger-blue-950: #031A30;
}