Dodger Blue
#18AEC9
CyanColor Codes
All color formats for development
HEX
#18AEC9RGB
rgb(24, 174, 201)HSL
hsl(189, 79%, 44%)OKLCH
oklch(0.692 0.118 214.5)CMYK
cmyk(88%, 13%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#159DB5
2#138BA1
3#107A8D
4#0E6979
5#0C5764
6#094650
7#07343C
8#052328
9#021114
Tints
Lighter variations
1#1BC4E2
2#33CCE7
3#4CD2EA
4#66D9ED
5#7FDFF0
6#99E5F3
7#B2ECF6
8#CCF2F9
9#E5F9FC
Tones
Muted variations
1#20A8C0
2#29A2B7
3#329CAE
4#3B95A5
5#448F9D
6#4D8994
7#56838B
8#5E7D82
9#677679
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF7 #DFF7FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F0 #C4F0F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96E5 #96E5F3 | BordersInactive statesPlaceholder text |
| 400 | 5FD7 #5FD7EC | Disabled statesSecondary iconsMuted text |
| 500 | 32CC #32CCE7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18AE #18AEC9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 138B #138BA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D63 #0D6372 | Text on light backgroundsHeadingsStrong borders |
| 900 | 093F #093F49 | Primary textHigh emphasis contentDark headings |
| 950 | 0528 #05282E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FCFD;
--dodger-blue-100: #DFF7FB;
--dodger-blue-200: #C4F0F8;
--dodger-blue-300: #96E5F3;
--dodger-blue-400: #5FD7EC;
--dodger-blue-500: #32CCE7;
--dodger-blue-600: #18AEC9;
--dodger-blue-700: #138BA0;
--dodger-blue-800: #0D6372;
--dodger-blue-900: #093F49;
--dodger-blue-950: #05282E;
}