Dodger Blue
#18B7C9
CyanColor Codes
All color formats for development
HEX
#18B7C9RGB
rgb(24, 183, 201)HSL
hsl(186, 79%, 44%)OKLCH
oklch(0.714 0.119 207.6)CMYK
cmyk(88%, 9%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15A5B5
2#1392A1
3#10808D
4#0E6E79
5#0C5C64
6#094950
7#07373C
8#052528
9#021214
Tints
Lighter variations
1#1BCEE2
2#33D5E7
3#4CDAEA
4#66DFED
5#7FE5F0
6#99EAF3
7#B2EFF6
8#CCF4F9
9#E5FAFC
Tones
Muted variations
1#20B0C0
2#29A9B7
3#32A2AE
4#3B9BA5
5#44949D
6#4D8D94
7#56858B
8#5E7E82
9#677779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF8 #DFF8FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F3 #C4F3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96E9 #96E9F3 | BordersInactive statesPlaceholder text |
| 400 | 5FDE #5FDEEC | Disabled statesSecondary iconsMuted text |
| 500 | 32D5 #32D5E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18B7 #18B7C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1392 #1392A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D68 #0D6872 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0943 #094349 | Primary textHigh emphasis contentDark headings |
| 950 | 052A #052A2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FCFD;
--dodger-blue-100: #DFF8FB;
--dodger-blue-200: #C4F3F8;
--dodger-blue-300: #96E9F3;
--dodger-blue-400: #5FDEEC;
--dodger-blue-500: #32D5E7;
--dodger-blue-600: #18B7C9;
--dodger-blue-700: #1392A0;
--dodger-blue-800: #0D6872;
--dodger-blue-900: #094349;
--dodger-blue-950: #052A2E;
}