Dodger Blue
#2F9FE9
BlueColor Codes
All color formats for development
HEX
#2F9FE9RGB
rgb(47, 159, 233)HSL
hsl(204, 81%, 55%)OKLCH
oklch(0.675 0.146 243.1)CMYK
cmyk(80%, 32%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1893E4
2#1582CB
3#1372B2
4#106298
5#0D517F
6#0B4166
7#08314C
8#052133
9#031019
Tints
Lighter variations
1#44A8EB
2#59B2EE
3#6EBCF0
4#82C5F2
5#97CFF4
6#ACD9F6
7#C1E2F8
8#D5ECFB
9#EAF5FD
Tones
Muted variations
1#399DE0
2#429BD7
3#4B99CD
4#5497C4
5#5E96BB
6#6794B1
7#7092A8
8#7A909F
9#838E96
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF0 #DFF0FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E3 #C3E3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95CE #95CEF4 | BordersInactive statesPlaceholder text |
| 400 | 5DB4 #5DB4EE | Disabled statesSecondary iconsMuted text |
| 500 | 2F9F #2F9FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1582 #1582CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1168 #1168A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C4A #0C4A73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 082F #082F4A | Primary textHigh emphasis contentDark headings |
| 950 | 051E #051E2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1F9FE;
--dodger-blue-100: #DFF0FC;
--dodger-blue-200: #C3E3F9;
--dodger-blue-300: #95CEF4;
--dodger-blue-400: #5DB4EE;
--dodger-blue-500: #2F9FE9;
--dodger-blue-600: #1582CB;
--dodger-blue-700: #1168A2;
--dodger-blue-800: #0C4A73;
--dodger-blue-900: #082F4A;
--dodger-blue-950: #051E2E;
}