Dodger Blue
#2297F7
BlueColor Codes
All color formats for development
HEX
#2297F7RGB
rgb(34, 151, 247)HSL
hsl(207, 93%, 55%)OKLCH
oklch(0.663 0.173 249.5)CMYK
cmyk(86%, 39%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#098AF4
2#087BD9
3#076BBD
4#065CA2
5#054D87
6#043D6C
7#032E51
8#021F36
9#010F1B
Tints
Lighter variations
1#38A1F8
2#4EACF9
3#64B6F9
4#7AC1FA
5#90CBFB
6#A6D5FC
7#BDE0FD
8#D3EAFD
9#E9F5FE
Tones
Muted variations
1#2C96EC
2#3795E2
3#4294D7
4#4C93CC
5#5792C2
6#6291B7
7#6C8FAC
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 | DDEF #DDEFFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFE1 #BFE1FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ECA #8ECAFB | BordersInactive statesPlaceholder text |
| 400 | 53AE #53AEF9 | Disabled statesSecondary iconsMuted text |
| 500 | 2297 #2297F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 087B #087BD9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0662 #0662AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0446 #04467B | Text on light backgroundsHeadingsStrong borders |
| 900 | 032D #032D4F | Primary textHigh emphasis contentDark headings |
| 950 | 021C #021C31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F8FE;
--dodger-blue-100: #DDEFFE;
--dodger-blue-200: #BFE1FD;
--dodger-blue-300: #8ECAFB;
--dodger-blue-400: #53AEF9;
--dodger-blue-500: #2297F7;
--dodger-blue-600: #087BD9;
--dodger-blue-700: #0662AC;
--dodger-blue-800: #04467B;
--dodger-blue-900: #032D4F;
--dodger-blue-950: #021C31;
}