Dodger Blue
#24C4F5
CyanColor Codes
All color formats for development
HEX
#24C4F5RGB
rgb(36, 196, 245)HSL
hsl(194, 91%, 55%)OKLCH
oklch(0.765 0.139 225.3)CMYK
cmyk(85%, 20%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0BBBF1
2#0AA7D6
3#0992BC
4#087DA1
5#066886
6#05536B
7#043E50
8#032A36
9#01151B
Tints
Lighter variations
1#3ACAF6
2#50D0F7
3#66D6F8
4#7BDCF9
5#91E1FA
6#A7E7FB
7#BDEDFC
8#D3F3FD
9#E9F9FE
Tones
Muted variations
1#2EBEEA
2#39B9E0
3#43B3D5
4#4EAECB
5#58A8C0
6#62A3B6
7#6D9DAC
8#7797A1
9#829297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF6 #DDF6FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0EE #C0EEFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FE1 #8FE1FA | BordersInactive statesPlaceholder text |
| 400 | 55D1 #55D1F7 | Disabled statesSecondary iconsMuted text |
| 500 | 24C4 #24C4F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AA7 #0AA7D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0885 #0885AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 065F #065F7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 043D #043D4E | Primary textHigh emphasis contentDark headings |
| 950 | 0226 #022631 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FBFE;
--dodger-blue-100: #DDF6FD;
--dodger-blue-200: #C0EEFC;
--dodger-blue-300: #8FE1FA;
--dodger-blue-400: #55D1F7;
--dodger-blue-500: #24C4F5;
--dodger-blue-600: #0AA7D6;
--dodger-blue-700: #0885AA;
--dodger-blue-800: #065F7A;
--dodger-blue-900: #043D4E;
--dodger-blue-950: #022631;
}