Dodger Blue
#24B6F5
BlueColor Codes
All color formats for development
HEX
#24B6F5RGB
rgb(36, 182, 245)HSL
hsl(198, 91%, 55%)OKLCH
oklch(0.732 0.145 233.8)CMYK
cmyk(85%, 26%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0BACF1
2#0A99D6
3#0986BC
4#0873A1
5#066086
6#054D6B
7#043950
8#032636
9#01131B
Tints
Lighter variations
1#3ABDF6
2#50C5F7
3#66CCF8
4#7BD3F9
5#91DBFA
6#A7E2FB
7#BDE9FC
8#D3F0FD
9#E9F8FE
Tones
Muted variations
1#2EB2EA
2#39AEE0
3#43A9D5
4#4EA5CB
5#58A1C0
6#629DB6
7#6D99AC
8#7795A1
9#829097
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF4 #DDF4FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0EA #C0EAFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FDA #8FDAFA | BordersInactive statesPlaceholder text |
| 400 | 55C6 #55C6F7 | Disabled statesSecondary iconsMuted text |
| 500 | 24B6 #24B6F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A99 #0A99D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 087A #087AAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0657 #06577A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0438 #04384E | Primary textHigh emphasis contentDark headings |
| 950 | 0223 #022331 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FAFE;
--dodger-blue-100: #DDF4FD;
--dodger-blue-200: #C0EAFC;
--dodger-blue-300: #8FDAFA;
--dodger-blue-400: #55C6F7;
--dodger-blue-500: #24B6F5;
--dodger-blue-600: #0A99D6;
--dodger-blue-700: #087AAA;
--dodger-blue-800: #06577A;
--dodger-blue-900: #04384E;
--dodger-blue-950: #022331;
}