Dodger Blue
#2397F6
BlueColor Codes
All color formats for development
HEX
#2397F6RGB
rgb(35, 151, 246)HSL
hsl(207, 92%, 55%)OKLCH
oklch(0.662 0.171 249.3)CMYK
cmyk(86%, 39%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A8AF2
2#097BD7
3#086BBC
4#075CA2
5#064D87
6#043D6C
7#032E51
8#021F36
9#010F1B
Tints
Lighter variations
1#39A1F7
2#4FACF8
3#65B6F9
4#7BC0F9
5#91CBFA
6#A7D5FB
7#BDE0FC
8#D3EAFD
9#E9F5FE
Tones
Muted variations
1#2D96EB
2#3895E1
3#4294D6
4#4D93CC
5#5792C1
6#6290B6
7#6D8FAC
8#778EA1
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 #BFE1FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ECA #8ECAFA | BordersInactive statesPlaceholder text |
| 400 | 54AE #54AEF8 | Disabled statesSecondary iconsMuted text |
| 500 | 2397 #2397F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 097B #097BD7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0761 #0761AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0546 #05467A | Text on light backgroundsHeadingsStrong borders |
| 900 | 032D #032D4E | 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: #BFE1FC;
--dodger-blue-300: #8ECAFA;
--dodger-blue-400: #54AEF8;
--dodger-blue-500: #2397F6;
--dodger-blue-600: #097BD7;
--dodger-blue-700: #0761AB;
--dodger-blue-800: #05467A;
--dodger-blue-900: #032D4E;
--dodger-blue-950: #021C31;
}