Dodger Blue
#24A8F5
BlueColor Codes
All color formats for development
HEX
#24A8F5RGB
rgb(36, 168, 245)HSL
hsl(202, 91%, 55%)OKLCH
oklch(0.7 0.155 241.4)CMYK
cmyk(85%, 31%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B9DF1
2#0A8BD6
3#097ABC
4#0869A1
5#065786
6#05466B
7#043450
8#032336
9#01111B
Tints
Lighter variations
1#3AB1F6
2#50B9F7
3#66C2F8
4#7BCBF9
5#91D4FA
6#A7DCFB
7#BDE5FC
8#D3EEFD
9#E9F6FE
Tones
Muted variations
1#2EA5EA
2#39A3E0
3#43A0D5
4#4E9DCB
5#589AC0
6#6297B6
7#6D95AC
8#7792A1
9#828F97
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF1 #DDF1FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E6 #C0E6FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FD3 #8FD3FA | BordersInactive statesPlaceholder text |
| 400 | 55BB #55BBF7 | Disabled statesSecondary iconsMuted text |
| 500 | 24A8 #24A8F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A8B #0A8BD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 086F #086FAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 064F #064F7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0433 #04334E | 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: #DDF1FD;
--dodger-blue-200: #C0E6FC;
--dodger-blue-300: #8FD3FA;
--dodger-blue-400: #55BBF7;
--dodger-blue-500: #24A8F5;
--dodger-blue-600: #0A8BD6;
--dodger-blue-700: #086FAA;
--dodger-blue-800: #064F7A;
--dodger-blue-900: #04334E;
--dodger-blue-950: #022031;
}