Dodger Blue
#0C77D4
BlueColor Codes
All color formats for development
HEX
#0C77D4RGB
rgb(12, 119, 212)HSL
hsl(208, 89%, 44%)OKLCH
oklch(0.566 0.167 252.3)CMYK
cmyk(94%, 44%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B6BBF
2#0A5FAA
3#095394
4#07477F
5#063B6A
6#053055
7#042440
8#02182A
9#010C15
Tints
Lighter variations
1#0E86EF
2#2794F2
3#42A1F4
4#5DAEF6
5#78BCF7
6#93C9F9
7#AED7FA
8#C9E4FC
9#E4F2FD
Tones
Muted variations
1#1676CA
2#2076C0
3#2A75B6
4#3474AC
5#3E74A2
6#487398
7#52728E
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 | C0E0 #C0E0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90C8 #90C8F9 | BordersInactive statesPlaceholder text |
| 400 | 56AB #56ABF5 | Disabled statesSecondary iconsMuted text |
| 500 | 2693 #2693F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C77 #0C77D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A5F #0A5FA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0744 #074478 | Text on light backgroundsHeadingsStrong borders |
| 900 | 042B #042B4D | 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: #C0E0FB;
--dodger-blue-300: #90C8F9;
--dodger-blue-400: #56ABF5;
--dodger-blue-500: #2693F2;
--dodger-blue-600: #0C77D4;
--dodger-blue-700: #0A5FA9;
--dodger-blue-800: #074478;
--dodger-blue-900: #042B4D;
--dodger-blue-950: #031B30;
}