Dodger Blue
#1F9EF9
BlueColor Codes
All color formats for development
HEX
#1F9EF9RGB
rgb(31, 158, 249)HSL
hsl(205, 95%, 55%)OKLCH
oklch(0.679 0.169 246.9)CMYK
cmyk(88%, 37%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0692F6
2#0682DB
3#0572BF
4#0461A4
5#045189
6#03416D
7#023152
8#012037
9#01101B
Tints
Lighter variations
1#36A8FA
2#4CB2FA
3#62BBFB
4#79C5FC
5#8FCFFC
6#A5D8FD
7#BCE2FD
8#D2ECFE
9#E9F5FE
Tones
Muted variations
1#2A9DEE
2#359BE3
3#4099D9
4#4B97CE
5#5695C3
6#6194B8
7#6C92AD
8#7690A2
9#818E97
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF0 #DCF0FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEE3 #BEE3FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DCE #8DCEFC | BordersInactive statesPlaceholder text |
| 400 | 51B4 #51B4FB | Disabled statesSecondary iconsMuted text |
| 500 | 1F9E #1F9EF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0682 #0682DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0467 #0467AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 034A #034A7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 022F #022F50 | 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: #DCF0FE;
--dodger-blue-200: #BEE3FD;
--dodger-blue-300: #8DCEFC;
--dodger-blue-400: #51B4FB;
--dodger-blue-500: #1F9EF9;
--dodger-blue-600: #0682DB;
--dodger-blue-700: #0467AE;
--dodger-blue-800: #034A7C;
--dodger-blue-900: #022F50;
--dodger-blue-950: #011E32;
}