Dodger Blue
#0D77D3
BlueColor Codes
All color formats for development
HEX
#0D77D3RGB
rgb(13, 119, 211)HSL
hsl(208, 88%, 44%)OKLCH
oklch(0.566 0.165 252.1)CMYK
cmyk(94%, 44%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C6BBE
2#0B5FA9
3#095394
4#08477F
5#073B69
6#053054
7#04243F
8#03182A
9#010C15
Tints
Lighter variations
1#0F86EE
2#2893F1
3#43A1F3
4#5EAEF5
5#79BCF6
6#94C9F8
7#AED7FA
8#C9E4FC
9#E4F2FD
Tones
Muted variations
1#1776C9
2#2175BF
3#2B75B5
4#3574AB
5#3F73A2
6#497398
7#53728E
8#5C7284
9#66717A
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 | C1E0 #C1E0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91C8 #91C8F8 | BordersInactive statesPlaceholder text |
| 400 | 57AB #57ABF4 | Disabled statesSecondary iconsMuted text |
| 500 | 2793 #2793F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D77 #0D77D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B5E #0B5EA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0843 #084378 | Text on light backgroundsHeadingsStrong borders |
| 900 | 052B #052B4D | Primary textHigh emphasis contentDark headings |
| 950 | 031B #031B30 | 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: #C1E0FB;
--dodger-blue-300: #91C8F8;
--dodger-blue-400: #57ABF4;
--dodger-blue-500: #2793F1;
--dodger-blue-600: #0D77D3;
--dodger-blue-700: #0B5EA8;
--dodger-blue-800: #084378;
--dodger-blue-900: #052B4D;
--dodger-blue-950: #031B30;
}