Dodger Blue
#24AFF5
BlueColor Codes
All color formats for development
HEX
#24AFF5RGB
rgb(36, 175, 245)HSL
hsl(200, 91%, 55%)OKLCH
oklch(0.716 0.15 237.8)CMYK
cmyk(85%, 29%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0BA5F1
2#0A92D6
3#0980BC
4#086EA1
5#065B86
6#05496B
7#043750
8#032536
9#01121B
Tints
Lighter variations
1#3AB7F6
2#50BFF7
3#66C7F8
4#7BCFF9
5#91D7FA
6#A7DFFB
7#BDE7FC
8#D3EFFD
9#E9F7FE
Tones
Muted variations
1#2EACEA
2#39A8E0
3#43A5D5
4#4EA1CB
5#589EC0
6#629AB6
7#6D97AC
8#7793A1
9#829097
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF3 #DDF3FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E8 #C0E8FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FD6 #8FD6FA | BordersInactive statesPlaceholder text |
| 400 | 55C1 #55C1F7 | Disabled statesSecondary iconsMuted text |
| 500 | 24AF #24AFF5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A92 #0A92D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0874 #0874AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0653 #06537A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0435 #04354E | Primary textHigh emphasis contentDark headings |
| 950 | 0221 #022131 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FAFE;
--dodger-blue-100: #DDF3FD;
--dodger-blue-200: #C0E8FC;
--dodger-blue-300: #8FD6FA;
--dodger-blue-400: #55C1F7;
--dodger-blue-500: #24AFF5;
--dodger-blue-600: #0A92D6;
--dodger-blue-700: #0874AA;
--dodger-blue-800: #06537A;
--dodger-blue-900: #04354E;
--dodger-blue-950: #022131;
}