Dodger Blue
#18A8C9
CyanColor Codes
All color formats for development
HEX
#18A8C9RGB
rgb(24, 168, 201)HSL
hsl(191, 79%, 44%)OKLCH
oklch(0.677 0.119 219.2)CMYK
cmyk(88%, 16%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1598B5
2#1387A1
3#10768D
4#0E6579
5#0C5464
6#094350
7#07333C
8#052228
9#021114
Tints
Lighter variations
1#1BBEE2
2#33C6E7
3#4CCDEA
4#66D4ED
5#7FDBF0
6#99E2F3
7#B2EAF6
8#CCF1F9
9#E5F8FC
Tones
Muted variations
1#20A3C0
2#299DB7
3#3297AE
4#3B92A5
5#448C9D
6#4D8794
7#56818B
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 | 96E2 #96E2F3 | BordersInactive statesPlaceholder text |
| 400 | 5FD2 #5FD2EC | Disabled statesSecondary iconsMuted text |
| 500 | 32C6 #32C6E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18A8 #18A8C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1386 #1386A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D60 #0D6072 | Text on light backgroundsHeadingsStrong borders |
| 900 | 093D #093D49 | 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: #96E2F3;
--dodger-blue-400: #5FD2EC;
--dodger-blue-500: #32C6E7;
--dodger-blue-600: #18A8C9;
--dodger-blue-700: #1386A0;
--dodger-blue-800: #0D6072;
--dodger-blue-900: #093D49;
--dodger-blue-950: #05262E;
}