Dodger Blue
#0B74D5
BlueColor Codes
All color formats for development
HEX
#0B74D5RGB
rgb(11, 116, 213)HSL
hsl(209, 90%, 44%)OKLCH
oklch(0.56 0.171 253.5)CMYK
cmyk(95%, 46%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A68C0
2#095CAB
3#085195
4#074580
5#063A6B
6#042E55
7#032340
8#02172B
9#010C15
Tints
Lighter variations
1#0D82F0
2#2690F4
3#419EF5
4#5CACF6
5#77BAF8
6#92C8F9
7#AED5FB
8#C9E3FC
9#E4F1FE
Tones
Muted variations
1#1573CB
2#1F73C1
3#2A73B7
4#3472AD
5#3E72A3
6#487299
7#52718E
8#5C7184
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 | C0DF #C0DFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90C6 #90C6F9 | BordersInactive statesPlaceholder text |
| 400 | 55A8 #55A8F6 | Disabled statesSecondary iconsMuted text |
| 500 | 2590 #2590F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B74 #0B74D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 095C #095CAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0642 #064279 | Text on light backgroundsHeadingsStrong borders |
| 900 | 042A #042A4E | Primary textHigh emphasis contentDark headings |
| 950 | 031A #031A30 | 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: #C0DFFC;
--dodger-blue-300: #90C6F9;
--dodger-blue-400: #55A8F6;
--dodger-blue-500: #2590F4;
--dodger-blue-600: #0B74D5;
--dodger-blue-700: #095CAA;
--dodger-blue-800: #064279;
--dodger-blue-900: #042A4E;
--dodger-blue-950: #031A30;
}