Dodger Blue
#0C8ED4
BlueColor Codes
All color formats for development
HEX
#0C8ED4RGB
rgb(12, 142, 212)HSL
hsl(201, 89%, 44%)OKLCH
oklch(0.619 0.144 241.8)CMYK
cmyk(94%, 33%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B80BF
2#0A72AA
3#096494
4#07557F
5#06476A
6#053955
7#042B40
8#021C2A
9#010E15
Tints
Lighter variations
1#0EA0EF
2#27ABF2
3#42B6F4
4#5DC0F6
5#78CBF7
6#93D5F9
7#AEE0FA
8#C9EAFC
9#E4F5FD
Tones
Muted variations
1#168BCA
2#2088C0
3#2A85B6
4#3482AC
5#3E7FA2
6#487C98
7#52798E
8#5C7684
9#66737A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF2 #DDF2FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E7 #C0E7FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90D4 #90D4F9 | BordersInactive statesPlaceholder text |
| 400 | 56BE #56BEF5 | Disabled statesSecondary iconsMuted text |
| 500 | 26AB #26ABF2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C8E #0C8ED4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A71 #0A71A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0751 #075178 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0434 #04344D | Primary textHigh emphasis contentDark headings |
| 950 | 0320 #032030 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1F9FE;
--dodger-blue-100: #DDF2FD;
--dodger-blue-200: #C0E7FB;
--dodger-blue-300: #90D4F9;
--dodger-blue-400: #56BEF5;
--dodger-blue-500: #26ABF2;
--dodger-blue-600: #0C8ED4;
--dodger-blue-700: #0A71A9;
--dodger-blue-800: #075178;
--dodger-blue-900: #04344D;
--dodger-blue-950: #032030;
}