Dodger Blue
#24A1F5
BlueColor Codes
All color formats for development
HEX
#24A1F5RGB
rgb(36, 161, 245)HSL
hsl(204, 91%, 55%)OKLCH
oklch(0.684 0.16 244.8)CMYK
cmyk(85%, 34%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B95F1
2#0A85D6
3#0974BC
4#0863A1
5#065386
6#05426B
7#043250
8#032136
9#01111B
Tints
Lighter variations
1#3AABF6
2#50B4F7
3#66BDF8
4#7BC7F9
5#91D0FA
6#A7D9FB
7#BDE3FC
8#D3ECFD
9#E9F6FE
Tones
Muted variations
1#2E9FEA
2#399DE0
3#439BD5
4#4E99CB
5#5897C0
6#6295B6
7#6D93AC
8#7790A1
9#828E97
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF0 #DDF0FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E4 #C0E4FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FCF #8FCFFA | BordersInactive statesPlaceholder text |
| 400 | 55B6 #55B6F7 | Disabled statesSecondary iconsMuted text |
| 500 | 24A1 #24A1F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A85 #0A85D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0869 #0869AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 064B #064B7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0430 #04304E | Primary textHigh emphasis contentDark headings |
| 950 | 021E #021E31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F9FE;
--dodger-blue-100: #DDF0FD;
--dodger-blue-200: #C0E4FC;
--dodger-blue-300: #8FCFFA;
--dodger-blue-400: #55B6F7;
--dodger-blue-500: #24A1F5;
--dodger-blue-600: #0A85D6;
--dodger-blue-700: #0869AA;
--dodger-blue-800: #064B7A;
--dodger-blue-900: #04304E;
--dodger-blue-950: #021E31;
}