Dodger Blue
#0670DB
BlueColor Codes
All color formats for development
HEX
#0670DBRGB
rgb(6, 112, 219)HSL
hsl(210, 95%, 44%)OKLCH
oklch(0.555 0.184 255.6)CMYK
cmyk(97%, 49%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0565C5
2#045AAF
3#044F99
4#034383
5#03386D
6#022D58
7#022242
8#01162C
9#010B16
Tints
Lighter variations
1#067EF7
2#208DF9
3#3C9BFA
4#58A9FB
5#74B8FB
6#90C6FC
7#ABD4FD
8#C7E2FE
9#E3F1FE
Tones
Muted variations
1#1070D0
2#1B70C5
3#2670BB
4#3070B0
5#3B70A5
6#46709B
7#507090
8#5B7086
9#66707B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCED #DCEDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEDE #BEDEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DC4 #8DC4FC | BordersInactive statesPlaceholder text |
| 400 | 51A6 #51A6FB | Disabled statesSecondary iconsMuted text |
| 500 | 1F8C #1F8CF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0670 #0670DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0459 #0459AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0340 #03407C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0229 #022950 | Primary textHigh emphasis contentDark headings |
| 950 | 011A #011A32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F7FF;
--dodger-blue-100: #DCEDFE;
--dodger-blue-200: #BEDEFD;
--dodger-blue-300: #8DC4FC;
--dodger-blue-400: #51A6FB;
--dodger-blue-500: #1F8CF9;
--dodger-blue-600: #0670DB;
--dodger-blue-700: #0459AE;
--dodger-blue-800: #03407C;
--dodger-blue-900: #022950;
--dodger-blue-950: #011A32;
}