Dodger Blue
#0B7ED5
BlueColor Codes
All color formats for development
HEX
#0B7ED5RGB
rgb(11, 126, 213)HSL
hsl(206, 90%, 44%)OKLCH
oklch(0.583 0.16 249.7)CMYK
cmyk(95%, 41%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A71C0
2#0965AB
3#085895
4#074B80
5#063F6B
6#043255
7#032640
8#02192B
9#010D15
Tints
Lighter variations
1#0D8EF0
2#269AF4
3#41A7F5
4#5CB4F6
5#77C0F8
6#92CDF9
7#AED9FB
8#C9E6FC
9#E4F2FE
Tones
Muted variations
1#157CCB
2#1F7BC1
3#2A7AB7
4#3478AD
5#3E77A3
6#487699
7#52748E
8#5C7384
9#66727A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F8 #F0F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEF #DDEFFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E2 #C0E2FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90CB #90CBF9 | BordersInactive statesPlaceholder text |
| 400 | 55B0 #55B0F6 | Disabled statesSecondary iconsMuted text |
| 500 | 259A #259AF4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B7E #0B7ED5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0964 #0964AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0647 #064779 | Text on light backgroundsHeadingsStrong borders |
| 900 | 042E #042E4E | Primary textHigh emphasis contentDark headings |
| 950 | 031D #031D30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F8FE;
--dodger-blue-100: #DDEFFD;
--dodger-blue-200: #C0E2FC;
--dodger-blue-300: #90CBF9;
--dodger-blue-400: #55B0F6;
--dodger-blue-500: #259AF4;
--dodger-blue-600: #0B7ED5;
--dodger-blue-700: #0964AA;
--dodger-blue-800: #064779;
--dodger-blue-900: #042E4E;
--dodger-blue-950: #031D30;
}