Dodger Blue
#2D8FEB
BlueColor Codes
All color formats for development
HEX
#2D8FEBRGB
rgb(45, 143, 235)HSL
hsl(209, 83%, 55%)OKLCH
oklch(0.64 0.164 251.1)CMYK
cmyk(81%, 39%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1582E7
2#1373CD
3#1165B4
4#0E569A
5#0C4880
6#0A3A67
7#072B4D
8#051D33
9#020E1A
Tints
Lighter variations
1#429BED
2#57A6EF
3#6CB1F1
4#81BCF3
5#96C7F5
6#ABD2F7
7#C0DEF9
8#D5E9FB
9#EAF4FD
Tones
Muted variations
1#378FE2
2#408FD8
3#4A8ECF
4#538EC5
5#5D8EBC
6#668EB2
7#708DA9
8#798D9F
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 | C2DF #C2DFF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94C6 #94C6F5 | BordersInactive statesPlaceholder text |
| 400 | 5CA8 #5CA8F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D8F #2D8FEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1373 #1373CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F5C #0F5CA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B42 #0B4275 | Text on light backgroundsHeadingsStrong borders |
| 900 | 072A #072A4B | Primary textHigh emphasis contentDark headings |
| 950 | 041A #041A2F | 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: #C2DFF9;
--dodger-blue-300: #94C6F5;
--dodger-blue-400: #5CA8F0;
--dodger-blue-500: #2D8FEB;
--dodger-blue-600: #1373CD;
--dodger-blue-700: #0F5CA3;
--dodger-blue-800: #0B4275;
--dodger-blue-900: #072A4B;
--dodger-blue-950: #041A2F;
}