Dodger Blue
#0C7ED4
BlueColor Codes
All color formats for development
HEX
#0C7ED4RGB
rgb(12, 126, 212)HSL
hsl(206, 89%, 44%)OKLCH
oklch(0.582 0.159 249.5)CMYK
cmyk(94%, 41%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B71BF
2#0A64AA
3#095894
4#074B7F
5#063F6A
6#053255
7#042640
8#02192A
9#010D15
Tints
Lighter variations
1#0E8DEF
2#279AF2
3#42A7F4
4#5DB3F6
5#78C0F7
6#93CDF9
7#AED9FA
8#C9E6FC
9#E4F2FD
Tones
Muted variations
1#167CCA
2#207BC0
3#2A7AB6
4#3478AC
5#3E77A2
6#487698
7#52748E
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 | C0E2 #C0E2FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90CB #90CBF9 | BordersInactive statesPlaceholder text |
| 400 | 56B0 #56B0F5 | Disabled statesSecondary iconsMuted text |
| 500 | 269A #269AF2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C7E #0C7ED4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A64 #0A64A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0747 #074778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 042E #042E4D | 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: #F1F8FE;
--dodger-blue-100: #DDEFFD;
--dodger-blue-200: #C0E2FB;
--dodger-blue-300: #90CBF9;
--dodger-blue-400: #56B0F5;
--dodger-blue-500: #269AF2;
--dodger-blue-600: #0C7ED4;
--dodger-blue-700: #0A64A9;
--dodger-blue-800: #074778;
--dodger-blue-900: #042E4D;
--dodger-blue-950: #031D30;
}