Dodger Blue
#2D9FEB
BlueColor Codes
All color formats for development
HEX
#2D9FEBRGB
rgb(45, 159, 235)HSL
hsl(204, 83%, 55%)OKLCH
oklch(0.676 0.149 243.6)CMYK
cmyk(81%, 32%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1593E7
2#1383CD
3#1172B4
4#0E629A
5#0C5280
6#0A4167
7#07314D
8#052133
9#02101A
Tints
Lighter variations
1#42A9ED
2#57B2EF
3#6CBCF1
4#81C6F3
5#96CFF5
6#ABD9F7
7#C0E2F9
8#D5ECFB
9#EAF5FD
Tones
Muted variations
1#379DE2
2#409BD8
3#4A9ACF
4#5398C5
5#5D96BC
6#6694B2
7#7092A9
8#79909F
9#838E96
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF0 #DEF0FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E3 #C2E3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94CE #94CEF5 | BordersInactive statesPlaceholder text |
| 400 | 5CB5 #5CB5F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D9F #2D9FEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1383 #1383CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F68 #0F68A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B4A #0B4A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0730 #07304B | Primary textHigh emphasis contentDark headings |
| 950 | 041E #041E2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1F9FE;
--dodger-blue-100: #DEF0FC;
--dodger-blue-200: #C2E3F9;
--dodger-blue-300: #94CEF5;
--dodger-blue-400: #5CB5F0;
--dodger-blue-500: #2D9FEB;
--dodger-blue-600: #1383CD;
--dodger-blue-700: #0F68A3;
--dodger-blue-800: #0B4A75;
--dodger-blue-900: #07304B;
--dodger-blue-950: #041E2F;
}