Dodger Blue
#2C83ED
BlueColor Codes
All color formats for development
HEX
#2C83EDRGB
rgb(44, 131, 237)HSL
hsl(213, 84%, 55%)OKLCH
oklch(0.615 0.179 255.9)CMYK
cmyk(81%, 45%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1474E8
2#1267CE
3#105AB5
4#0D4D9B
5#0B4081
6#093367
7#07274D
8#041A34
9#020D1A
Tints
Lighter variations
1#418FEE
2#569BF0
3#6BA8F2
4#80B4F4
5#95C1F6
6#ABCDF8
7#C0DAF9
8#D5E6FB
9#EAF3FD
Tones
Muted variations
1#3584E3
2#3F85D9
3#4986D0
4#5286C6
5#5C87BC
6#6688B3
7#6F89A9
8#798AA0
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 #C2DBFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93BF #93BFF6 | BordersInactive statesPlaceholder text |
| 400 | 5B9E #5B9EF1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C83 #2C83ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1267 #1267CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E52 #0E52A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A3A #0A3A75 | 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: #C2DBFA;
--dodger-blue-300: #93BFF6;
--dodger-blue-400: #5B9EF1;
--dodger-blue-500: #2C83ED;
--dodger-blue-600: #1267CE;
--dodger-blue-700: #0E52A4;
--dodger-blue-800: #0A3A75;
--dodger-blue-900: #07254B;
--dodger-blue-950: #04172F;
}