Dodger Blue
#2390F6
BlueColor Codes
All color formats for development
HEX
#2390F6RGB
rgb(35, 144, 246)HSL
hsl(209, 92%, 55%)OKLCH
oklch(0.647 0.178 252)CMYK
cmyk(86%, 41%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A82F2
2#0974D7
3#0865BC
4#0757A2
5#064887
6#043A6C
7#032B51
8#021D36
9#010E1B
Tints
Lighter variations
1#399BF7
2#4FA6F8
3#65B1F9
4#7BBCF9
5#91C7FA
6#A7D3FB
7#BDDEFC
8#D3E9FD
9#E9F4FE
Tones
Muted variations
1#2D8FEB
2#388FE1
3#428FD6
4#4D8ECC
5#578EC1
6#628EB6
7#6D8DAC
8#778DA1
9#828D97
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F8 #F0F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEE #DDEEFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFDF #BFDFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EC6 #8EC6FA | BordersInactive statesPlaceholder text |
| 400 | 54A8 #54A8F8 | Disabled statesSecondary iconsMuted text |
| 500 | 2390 #2390F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0974 #0974D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 075C #075CAB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0542 #05427A | Text on light backgroundsHeadingsStrong borders |
| 900 | 032A #032A4E | Primary textHigh emphasis contentDark headings |
| 950 | 021A #021A31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F8FE;
--dodger-blue-100: #DDEEFE;
--dodger-blue-200: #BFDFFC;
--dodger-blue-300: #8EC6FA;
--dodger-blue-400: #54A8F8;
--dodger-blue-500: #2390F6;
--dodger-blue-600: #0974D7;
--dodger-blue-700: #075CAB;
--dodger-blue-800: #05427A;
--dodger-blue-900: #032A4E;
--dodger-blue-950: #021A31;
}