Dodger Blue
#2D93EB
BlueColor Codes
All color formats for development
HEX
#2D93EBRGB
rgb(45, 147, 235)HSL
hsl(208, 83%, 55%)OKLCH
oklch(0.649 0.16 249.4)CMYK
cmyk(81%, 37%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1585E7
2#1376CD
3#1168B4
4#0E599A
5#0C4A80
6#0A3B67
7#072C4D
8#051E33
9#020F1A
Tints
Lighter variations
1#429DED
2#57A8EF
3#6CB3F1
4#81BEF3
5#96C9F5
6#ABD4F7
7#C0DEF9
8#D5E9FB
9#EAF4FD
Tones
Muted variations
1#3792E2
2#4091D8
3#4A91CF
4#5390C5
5#5D8FBC
6#668FB2
7#708EA9
8#798E9F
9#838D96
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEE #DEEEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E0 #C2E0F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94C8 #94C8F5 | BordersInactive statesPlaceholder text |
| 400 | 5CAB #5CABF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D93 #2D93EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1376 #1376CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F5E #0F5EA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B43 #0B4375 | Text on light backgroundsHeadingsStrong borders |
| 900 | 072B #072B4B | Primary textHigh emphasis contentDark headings |
| 950 | 041B #041B2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1F8FE;
--dodger-blue-100: #DEEEFC;
--dodger-blue-200: #C2E0F9;
--dodger-blue-300: #94C8F5;
--dodger-blue-400: #5CABF0;
--dodger-blue-500: #2D93EB;
--dodger-blue-600: #1376CD;
--dodger-blue-700: #0F5EA3;
--dodger-blue-800: #0B4375;
--dodger-blue-900: #072B4B;
--dodger-blue-950: #041B2F;
}