Dodger Blue
#0386DD
BlueColor Codes
All color formats for development
HEX
#0386DDRGB
rgb(3, 134, 221)HSL
hsl(204, 97%, 44%)OKLCH
oklch(0.606 0.162 248.1)CMYK
cmyk(99%, 39%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0379C7
2#036BB1
3#025E9B
4#025085
5#02436F
6#013658
7#012842
8#011B2C
9#000D16
Tints
Lighter variations
1#0497F9
2#1EA3FC
3#3AAEFC
4#56BAFC
5#72C5FD
6#8ED1FD
7#ABDCFE
8#C7E8FE
9#E3F3FF
Tones
Muted variations
1#0E84D2
2#1982C7
3#247FBC
4#2F7DB2
5#3A7BA7
6#45799C
7#507791
8#5A7586
9#65727B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF1 #DCF1FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEE4 #BEE4FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BD0 #8BD0FD | BordersInactive statesPlaceholder text |
| 400 | 4FB7 #4FB7FC | Disabled statesSecondary iconsMuted text |
| 500 | 1DA3 #1DA3FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0386 #0386DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 036B #036BB0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 024C #024C7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0131 #013150 | Primary textHigh emphasis contentDark headings |
| 950 | 011E #011E32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F9FF;
--dodger-blue-100: #DCF1FE;
--dodger-blue-200: #BEE4FE;
--dodger-blue-300: #8BD0FD;
--dodger-blue-400: #4FB7FC;
--dodger-blue-500: #1DA3FC;
--dodger-blue-600: #0386DD;
--dodger-blue-700: #036BB0;
--dodger-blue-800: #024C7E;
--dodger-blue-900: #013150;
--dodger-blue-950: #011E32;
}