Dodger Blue
#0D7DD3
BlueColor Codes
All color formats for development
HEX
#0D7DD3RGB
rgb(13, 125, 211)HSL
hsl(206, 88%, 44%)OKLCH
oklch(0.579 0.159 249.7)CMYK
cmyk(94%, 41%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C71BE
2#0B64A9
3#095894
4#084B7F
5#073F69
6#053254
7#04263F
8#03192A
9#010D15
Tints
Lighter variations
1#0F8DEE
2#289AF1
3#43A7F3
4#5EB3F5
5#79C0F6
6#94CDF8
7#AED9FA
8#C9E6FC
9#E4F2FD
Tones
Muted variations
1#177CC9
2#217BBF
3#2B79B5
4#3578AB
5#3F77A2
6#497598
7#53748E
8#5C7384
9#66727A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEF #DDEFFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1E2 #C1E2FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91CB #91CBF8 | BordersInactive statesPlaceholder text |
| 400 | 57B0 #57B0F4 | Disabled statesSecondary iconsMuted text |
| 500 | 279A #279AF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D7D #0D7DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B64 #0B64A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0847 #084778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 052E #052E4D | Primary textHigh emphasis contentDark headings |
| 950 | 031C #031C30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1F8FE;
--dodger-blue-100: #DDEFFD;
--dodger-blue-200: #C1E2FB;
--dodger-blue-300: #91CBF8;
--dodger-blue-400: #57B0F4;
--dodger-blue-500: #279AF1;
--dodger-blue-600: #0D7DD3;
--dodger-blue-700: #0B64A8;
--dodger-blue-800: #084778;
--dodger-blue-900: #052E4D;
--dodger-blue-950: #031C30;
}