Dodger Blue
#24C0F5
BlueColor Codes
All color formats for development
HEX
#24C0F5RGB
rgb(36, 192, 245)HSL
hsl(195, 91%, 55%)OKLCH
oklch(0.756 0.14 227.8)CMYK
cmyk(85%, 22%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0BB8F1
2#0AA3D6
3#098FBC
4#087AA1
5#066686
6#05526B
7#043D50
8#032936
9#01141B
Tints
Lighter variations
1#3AC7F6
2#50CDF7
3#66D3F8
4#7BD9F9
5#91E0FA
6#A7E6FB
7#BDECFC
8#D3F2FD
9#E9F9FE
Tones
Muted variations
1#2EBBEA
2#39B6E0
3#43B1D5
4#4EACCB
5#58A6C0
6#62A1B6
7#6D9CAC
8#7797A1
9#829197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF5 #DDF5FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0ED #C0EDFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FDF #8FDFFA | BordersInactive statesPlaceholder text |
| 400 | 55CE #55CEF7 | Disabled statesSecondary iconsMuted text |
| 500 | 24C0 #24C0F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AA3 #0AA3D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0882 #0882AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 065D #065D7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 043B #043B4E | Primary textHigh emphasis contentDark headings |
| 950 | 0225 #022531 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FBFE;
--dodger-blue-100: #DDF5FD;
--dodger-blue-200: #C0EDFC;
--dodger-blue-300: #8FDFFA;
--dodger-blue-400: #55CEF7;
--dodger-blue-500: #24C0F5;
--dodger-blue-600: #0AA3D6;
--dodger-blue-700: #0882AA;
--dodger-blue-800: #065D7A;
--dodger-blue-900: #043B4E;
--dodger-blue-950: #022531;
}