Dodger Blue
#2382F6
BlueColor Codes
All color formats for development
HEX
#2382F6RGB
rgb(35, 130, 246)HSL
hsl(213, 92%, 55%)OKLCH
oklch(0.617 0.194 256.5)CMYK
cmyk(86%, 47%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A73F2
2#0966D7
3#0859BC
4#074CA2
5#064087
6#04336C
7#032651
8#021936
9#010D1B
Tints
Lighter variations
1#398EF7
2#4F9BF8
3#65A7F9
4#7BB4F9
5#91C0FA
6#A7CDFB
7#BDD9FC
8#D3E6FD
9#E9F2FE
Tones
Muted variations
1#2D83EB
2#3884E1
3#4285D6
4#4D86CC
5#5787C1
6#6288B6
7#6D89AC
8#778AA1
9#828B97
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEC #DDECFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFDB #BFDBFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EBF #8EBFFA | BordersInactive statesPlaceholder text |
| 400 | 549E #549EF8 | Disabled statesSecondary iconsMuted text |
| 500 | 2382 #2382F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0966 #0966D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0751 #0751AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 053A #053A7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0325 #03254E | Primary textHigh emphasis contentDark headings |
| 950 | 0217 #021731 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F7FE;
--dodger-blue-100: #DDECFE;
--dodger-blue-200: #BFDBFC;
--dodger-blue-300: #8EBFFA;
--dodger-blue-400: #549EF8;
--dodger-blue-500: #2382F6;
--dodger-blue-600: #0966D7;
--dodger-blue-700: #0751AB;
--dodger-blue-800: #053A7A;
--dodger-blue-900: #03254E;
--dodger-blue-950: #021731;
}