Dodger Blue
#0B77D5
BlueColor Codes
All color formats for development
HEX
#0B77D5RGB
rgb(11, 119, 213)HSL
hsl(208, 90%, 44%)OKLCH
oklch(0.567 0.168 252.5)CMYK
cmyk(95%, 44%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A6BC0
2#095FAB
3#085395
4#074780
5#063B6B
6#043055
7#032440
8#02182B
9#010C15
Tints
Lighter variations
1#0D86F0
2#2694F4
3#41A1F5
4#5CAEF6
5#77BCF8
6#92C9F9
7#AED7FB
8#C9E4FC
9#E4F2FE
Tones
Muted variations
1#1576CB
2#1F76C1
3#2A75B7
4#3474AD
5#3E74A3
6#487399
7#52728E
8#5C7284
9#66717A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F8 #F0F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEE #DDEEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E0 #C0E0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90C8 #90C8F9 | BordersInactive statesPlaceholder text |
| 400 | 55AB #55ABF6 | Disabled statesSecondary iconsMuted text |
| 500 | 2593 #2593F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B77 #0B77D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 095F #095FAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0644 #064479 | Text on light backgroundsHeadingsStrong borders |
| 900 | 042B #042B4E | 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: #F0F8FE;
--dodger-blue-100: #DDEEFD;
--dodger-blue-200: #C0E0FC;
--dodger-blue-300: #90C8F9;
--dodger-blue-400: #55ABF6;
--dodger-blue-500: #2593F4;
--dodger-blue-600: #0B77D5;
--dodger-blue-700: #095FAA;
--dodger-blue-800: #064479;
--dodger-blue-900: #042B4E;
--dodger-blue-950: #031B30;
}