Dodger Blue
#2F9CE9
BlueColor Codes
All color formats for development
HEX
#2F9CE9RGB
rgb(47, 156, 233)HSL
hsl(205, 81%, 55%)OKLCH
oklch(0.669 0.149 244.7)CMYK
cmyk(80%, 33%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#188FE4
2#157FCB
3#136FB2
4#106098
5#0D507F
6#0B4066
7#08304C
8#052033
9#031019
Tints
Lighter variations
1#44A6EB
2#59B0EE
3#6EBAF0
4#82C3F2
5#97CDF4
6#ACD7F6
7#C1E1F8
8#D5EBFB
9#EAF5FD
Tones
Muted variations
1#399AE0
2#4299D7
3#4B97CD
4#5496C4
5#5E94BB
6#6792B1
7#7091A8
8#7A8F9F
9#838E96
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF0 #DFF0FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E2 #C3E2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95CC #95CCF4 | BordersInactive statesPlaceholder text |
| 400 | 5DB2 #5DB2EE | Disabled statesSecondary iconsMuted text |
| 500 | 2F9C #2F9CE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 157F #157FCB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1165 #1165A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C48 #0C4873 | Text on light backgroundsHeadingsStrong borders |
| 900 | 082E #082E4A | Primary textHigh emphasis contentDark headings |
| 950 | 051D #051D2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1F8FE;
--dodger-blue-100: #DFF0FC;
--dodger-blue-200: #C3E2F9;
--dodger-blue-300: #95CCF4;
--dodger-blue-400: #5DB2EE;
--dodger-blue-500: #2F9CE9;
--dodger-blue-600: #157FCB;
--dodger-blue-700: #1165A2;
--dodger-blue-800: #0C4873;
--dodger-blue-900: #082E4A;
--dodger-blue-950: #051D2E;
}