Dodger Blue
#0A8BD6
BlueColor Codes
All color formats for development
HEX
#0A8BD6RGB
rgb(10, 139, 214)HSL
hsl(202, 91%, 44%)OKLCH
oklch(0.613 0.149 244)CMYK
cmyk(95%, 35%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#097DC1
2#0870AB
3#076296
4#065481
5#05466B
6#043856
7#032A40
8#021C2B
9#010E15
Tints
Lighter variations
1#0B9DF2
2#25A8F5
3#40B3F6
4#5BBEF7
5#77C9F9
6#92D4FA
7#ADDFFB
8#C8E9FC
9#E4F4FE
Tones
Muted variations
1#1489CC
2#1F86C2
3#2983B8
4#3381AD
5#3D7EA3
6#477B99
7#52788F
8#5C7685
9#66737A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF1 #DDF1FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E6 #C0E6FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FD3 #8FD3FA | BordersInactive statesPlaceholder text |
| 400 | 55BB #55BBF7 | Disabled statesSecondary iconsMuted text |
| 500 | 24A8 #24A8F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A8B #0A8BD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 086F #086FAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 064F #064F7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0433 #04334E | Primary textHigh emphasis contentDark headings |
| 950 | 0220 #022031 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F9FE;
--dodger-blue-100: #DDF1FD;
--dodger-blue-200: #C0E6FC;
--dodger-blue-300: #8FD3FA;
--dodger-blue-400: #55BBF7;
--dodger-blue-500: #24A8F5;
--dodger-blue-600: #0A8BD6;
--dodger-blue-700: #086FAA;
--dodger-blue-800: #064F7A;
--dodger-blue-900: #04334E;
--dodger-blue-950: #022031;
}