Dodger Blue
#2D83EB
BlueColor Codes
All color formats for development
HEX
#2D83EBRGB
rgb(45, 131, 235)HSL
hsl(213, 83%, 55%)OKLCH
oklch(0.614 0.176 255.7)CMYK
cmyk(81%, 44%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1574E7
2#1367CD
3#115AB4
4#0E4D9A
5#0C4080
6#0A3367
7#07274D
8#051A33
9#020D1A
Tints
Lighter variations
1#428FED
2#579CEF
3#6CA8F1
4#81B4F3
5#96C1F5
6#ABCDF7
7#C0DAF9
8#D5E6FB
9#EAF3FD
Tones
Muted variations
1#3784E2
2#4085D8
3#4A86CF
4#5387C5
5#5D87BC
6#6688B2
7#7089A9
8#798A9F
9#838B96
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEC #DEECFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2DB #C2DBF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94BF #94BFF5 | BordersInactive statesPlaceholder text |
| 400 | 5C9E #5C9EF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2D83 #2D83EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1367 #1367CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F52 #0F52A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B3A #0B3A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0725 #07254B | Primary textHigh emphasis contentDark headings |
| 950 | 0417 #04172F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1F7FE;
--dodger-blue-100: #DEECFC;
--dodger-blue-200: #C2DBF9;
--dodger-blue-300: #94BFF5;
--dodger-blue-400: #5C9EF0;
--dodger-blue-500: #2D83EB;
--dodger-blue-600: #1367CD;
--dodger-blue-700: #0F52A3;
--dodger-blue-800: #0B3A75;
--dodger-blue-900: #07254B;
--dodger-blue-950: #04172F;
}