Dodger Blue
#1F6CF9
BlueColor Codes
All color formats for development
HEX
#1F6CF9RGB
rgb(31, 108, 249)HSL
hsl(219, 95%, 55%)OKLCH
oklch(0.574 0.223 261.4)CMYK
cmyk(88%, 57%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#065AF6
2#0650DB
3#0546BF
4#043CA4
5#043289
6#03286D
7#021E52
8#011437
9#010A1B
Tints
Lighter variations
1#367AFA
2#4C89FA
3#6298FB
4#79A7FC
5#8FB5FC
6#A5C4FD
7#BCD3FD
8#D2E2FE
9#E9F0FE
Tones
Muted variations
1#2A6FEE
2#3572E3
3#4075D9
4#4B79CE
5#567CC3
6#617FB8
7#6C82AD
8#7686A2
9#818997
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE8 #DCE8FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BED4 #BED4FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DB4 #8DB4FC | BordersInactive statesPlaceholder text |
| 400 | 518C #518CFB | Disabled statesSecondary iconsMuted text |
| 500 | 1F6C #1F6CF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0650 #0650DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0440 #0440AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 032E #032E7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 021D #021D50 | Primary textHigh emphasis contentDark headings |
| 950 | 0112 #011232 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F5FF;
--dodger-blue-100: #DCE8FE;
--dodger-blue-200: #BED4FD;
--dodger-blue-300: #8DB4FC;
--dodger-blue-400: #518CFB;
--dodger-blue-500: #1F6CF9;
--dodger-blue-600: #0650DB;
--dodger-blue-700: #0440AE;
--dodger-blue-800: #032E7C;
--dodger-blue-900: #021D50;
--dodger-blue-950: #011232;
}