Dodger Blue
#2393F6
BlueColor Codes
All color formats for development
HEX
#2393F6RGB
rgb(35, 147, 246)HSL
hsl(208, 92%, 55%)OKLCH
oklch(0.654 0.175 250.9)CMYK
cmyk(86%, 40%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A86F2
2#0977D7
3#0868BC
4#0759A2
5#064A87
6#043C6C
7#032D51
8#021E36
9#010F1B
Tints
Lighter variations
1#399EF7
2#4FA9F8
3#65B4F9
4#7BBEF9
5#91C9FA
6#A7D4FB
7#BDDFFC
8#D3E9FD
9#E9F4FE
Tones
Muted variations
1#2D93EB
2#3892E1
3#4291D6
4#4D90CC
5#5790C1
6#628FB6
7#6D8EAC
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 | DDEE #DDEEFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFE0 #BFE0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EC8 #8EC8FA | BordersInactive statesPlaceholder text |
| 400 | 54AB #54ABF8 | Disabled statesSecondary iconsMuted text |
| 500 | 2393 #2393F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0977 #0977D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 075F #075FAB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0544 #05447A | Text on light backgroundsHeadingsStrong borders |
| 900 | 032B #032B4E | 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: #BFE0FC;
--dodger-blue-300: #8EC8FA;
--dodger-blue-400: #54ABF8;
--dodger-blue-500: #2393F6;
--dodger-blue-600: #0977D7;
--dodger-blue-700: #075FAB;
--dodger-blue-800: #05447A;
--dodger-blue-900: #032B4E;
--dodger-blue-950: #021B31;
}