Dodger Blue
#24C7F5
CyanColor Codes
All color formats for development
HEX
#24C7F5RGB
rgb(36, 199, 245)HSL
hsl(193, 91%, 55%)OKLCH
oklch(0.772 0.138 223.4)CMYK
cmyk(85%, 19%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0BBFF1
2#0AAAD6
3#0995BC
4#0880A1
5#066A86
6#05556B
7#044050
8#032B36
9#01151B
Tints
Lighter variations
1#3ACDF6
2#50D3F7
3#66D8F8
4#7BDEF9
5#91E3FA
6#A7E9FB
7#BDEEFC
8#D3F4FD
9#E9F9FE
Tones
Muted variations
1#2EC2EA
2#39BCE0
3#43B6D5
4#4EB0CB
5#58AAC0
6#62A4B6
7#6D9EAC
8#7798A1
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 | C0EF #C0EFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FE3 #8FE3FA | BordersInactive statesPlaceholder text |
| 400 | 55D4 #55D4F7 | Disabled statesSecondary iconsMuted text |
| 500 | 24C7 #24C7F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AAA #0AAAD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0887 #0887AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0661 #06617A | Text on light backgroundsHeadingsStrong borders |
| 900 | 043E #043E4E | Primary textHigh emphasis contentDark headings |
| 950 | 0227 #022731 | 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: #C0EFFC;
--dodger-blue-300: #8FE3FA;
--dodger-blue-400: #55D4F7;
--dodger-blue-500: #24C7F5;
--dodger-blue-600: #0AAAD6;
--dodger-blue-700: #0887AA;
--dodger-blue-800: #06617A;
--dodger-blue-900: #043E4E;
--dodger-blue-950: #022731;
}