Dodger Blue
#0398DD
BlueColor Codes
All color formats for development
HEX
#0398DDRGB
rgb(3, 152, 221)HSL
hsl(199, 97%, 44%)OKLCH
oklch(0.647 0.146 239.4)CMYK
cmyk(99%, 31%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0389C7
2#037AB1
3#026A9B
4#025B85
5#024C6F
6#013D58
7#012E42
8#011E2C
9#000F16
Tints
Lighter variations
1#04ABF9
2#1EB5FC
3#3ABFFC
4#56C8FC
5#72D1FD
6#8EDAFD
7#ABE3FE
8#C7EDFE
9#E3F6FF
Tones
Muted variations
1#0E94D2
2#1990C7
3#248CBC
4#2F88B2
5#3A84A7
6#45809C
7#507C91
8#5A7886
9#65747B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF3 #DCF3FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEEA #BEEAFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BD9 #8BD9FD | BordersInactive statesPlaceholder text |
| 400 | 4FC5 #4FC5FC | Disabled statesSecondary iconsMuted text |
| 500 | 1DB5 #1DB5FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0398 #0398DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0379 #0379B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0256 #02567E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0137 #013750 | Primary textHigh emphasis contentDark headings |
| 950 | 0123 #012332 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FAFF;
--dodger-blue-100: #DCF3FE;
--dodger-blue-200: #BEEAFE;
--dodger-blue-300: #8BD9FD;
--dodger-blue-400: #4FC5FC;
--dodger-blue-500: #1DB5FC;
--dodger-blue-600: #0398DD;
--dodger-blue-700: #0379B0;
--dodger-blue-800: #02567E;
--dodger-blue-900: #013750;
--dodger-blue-950: #012332;
}