Dodger Blue
#2293F7
BlueColor Codes
All color formats for development
HEX
#2293F7RGB
rgb(34, 147, 247)HSL
hsl(208, 93%, 55%)OKLCH
oklch(0.654 0.177 251)CMYK
cmyk(86%, 40%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0986F4
2#0877D9
3#0768BD
4#0659A2
5#054A87
6#043C6C
7#032D51
8#021E36
9#010F1B
Tints
Lighter variations
1#389EF8
2#4EA9F9
3#64B4F9
4#7ABEFA
5#90C9FB
6#A6D4FC
7#BDDFFD
8#D3E9FD
9#E9F4FE
Tones
Muted variations
1#2C93EC
2#3792E2
3#4291D7
4#4C91CC
5#5790C2
6#628FB7
7#6C8EAC
8#778EA2
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 | BFE0 #BFE0FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EC8 #8EC8FB | BordersInactive statesPlaceholder text |
| 400 | 53AB #53ABF9 | Disabled statesSecondary iconsMuted text |
| 500 | 2293 #2293F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0877 #0877D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 065F #065FAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0444 #04447B | Text on light backgroundsHeadingsStrong borders |
| 900 | 032B #032B4F | Primary textHigh emphasis contentDark headings |
| 950 | 021B #021B31 | 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: #BFE0FD;
--dodger-blue-300: #8EC8FB;
--dodger-blue-400: #53ABF9;
--dodger-blue-500: #2293F7;
--dodger-blue-600: #0877D9;
--dodger-blue-700: #065FAC;
--dodger-blue-800: #04447B;
--dodger-blue-900: #032B4F;
--dodger-blue-950: #021B31;
}