Dodger Blue
#18A5C9
CyanColor Codes
All color formats for development
HEX
#18A5C9RGB
rgb(24, 165, 201)HSL
hsl(192, 79%, 44%)OKLCH
oklch(0.67 0.119 221.5)CMYK
cmyk(88%, 18%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1595B5
2#1384A1
3#10748D
4#0E6379
5#0C5364
6#094250
7#07323C
8#052128
9#021114
Tints
Lighter variations
1#1BBAE2
2#33C3E7
3#4CCAEA
4#66D2ED
5#7FD9F0
6#99E1F3
7#B2E8F6
8#CCF0F9
9#E5F7FC
Tones
Muted variations
1#20A0C0
2#299BB7
3#3295AE
4#3B90A5
5#448B9D
6#4D8594
7#56808B
8#5E7B82
9#677679
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF6 #DFF6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4EE #C4EEF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96E0 #96E0F3 | BordersInactive statesPlaceholder text |
| 400 | 5FD0 #5FD0EC | Disabled statesSecondary iconsMuted text |
| 500 | 32C3 #32C3E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18A5 #18A5C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1384 #1384A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D5E #0D5E72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 093C #093C49 | Primary textHigh emphasis contentDark headings |
| 950 | 0526 #05262E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FBFD;
--dodger-blue-100: #DFF6FB;
--dodger-blue-200: #C4EEF8;
--dodger-blue-300: #96E0F3;
--dodger-blue-400: #5FD0EC;
--dodger-blue-500: #32C3E7;
--dodger-blue-600: #18A5C9;
--dodger-blue-700: #1384A0;
--dodger-blue-800: #0D5E72;
--dodger-blue-900: #093C49;
--dodger-blue-950: #05262E;
}