Dodger Blue
#2693F2
BlueColor Codes
All color formats for development
HEX
#2693F2RGB
rgb(38, 147, 242)HSL
hsl(208, 89%, 55%)OKLCH
oklch(0.652 0.17 250.3)CMYK
cmyk(84%, 39%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E86EF
2#0C77D4
3#0B68BA
4#09599F
5#084A85
6#063B6A
7#052D50
8#031E35
9#020F1B
Tints
Lighter variations
1#3C9EF4
2#51A9F5
3#67B3F6
4#7DBEF7
5#93C9F9
6#A8D4FA
7#BEDFFB
8#D4E9FC
9#E9F4FE
Tones
Muted variations
1#3092E8
2#3B92DE
3#4591D4
4#4F90CA
5#5990BF
6#638FB5
7#6E8EAB
8#788EA1
9#828D96
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEE #DDEEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E0 #C0E0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90C8 #90C8F9 | BordersInactive statesPlaceholder text |
| 400 | 56AB #56ABF5 | Disabled statesSecondary iconsMuted text |
| 500 | 2693 #2693F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C77 #0C77D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A5F #0A5FA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0744 #074478 | Text on light backgroundsHeadingsStrong borders |
| 900 | 042B #042B4D | Primary textHigh emphasis contentDark headings |
| 950 | 031B #031B30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1F8FE;
--dodger-blue-100: #DDEEFD;
--dodger-blue-200: #C0E0FB;
--dodger-blue-300: #90C8F9;
--dodger-blue-400: #56ABF5;
--dodger-blue-500: #2693F2;
--dodger-blue-600: #0C77D4;
--dodger-blue-700: #0A5FA9;
--dodger-blue-800: #074478;
--dodger-blue-900: #042B4D;
--dodger-blue-950: #031B30;
}