Dodger Blue
#24ACF5
BlueColor Codes
All color formats for development
HEX
#24ACF5RGB
rgb(36, 172, 245)HSL
hsl(201, 91%, 55%)OKLCH
oklch(0.709 0.152 239.4)CMYK
cmyk(85%, 30%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0BA1F1
2#0A8FD6
3#097DBC
4#086BA1
5#065986
6#05476B
7#043650
8#032436
9#01121B
Tints
Lighter variations
1#3AB4F6
2#50BCF7
3#66C5F8
4#7BCDF9
5#91D5FA
6#A7DEFB
7#BDE6FC
8#D3EEFD
9#E9F7FE
Tones
Muted variations
1#2EA8EA
2#39A5E0
3#43A2D5
4#4E9FCB
5#589CC0
6#6299B6
7#6D96AC
8#7793A1
9#828F97
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF2 #DDF2FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E7 #C0E7FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FD4 #8FD4FA | BordersInactive statesPlaceholder text |
| 400 | 55BE #55BEF7 | Disabled statesSecondary iconsMuted text |
| 500 | 24AC #24ACF5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A8F #0A8FD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0872 #0872AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0651 #06517A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0434 #04344E | Primary textHigh emphasis contentDark headings |
| 950 | 0220 #022031 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F9FE;
--dodger-blue-100: #DDF2FD;
--dodger-blue-200: #C0E7FC;
--dodger-blue-300: #8FD4FA;
--dodger-blue-400: #55BEF7;
--dodger-blue-500: #24ACF5;
--dodger-blue-600: #0A8FD6;
--dodger-blue-700: #0872AA;
--dodger-blue-800: #06517A;
--dodger-blue-900: #04344E;
--dodger-blue-950: #022031;
}