Dodger Blue
#18ABC9
CyanColor Codes
All color formats for development
HEX
#18ABC9RGB
rgb(24, 171, 201)HSL
hsl(190, 79%, 44%)OKLCH
oklch(0.685 0.118 216.8)CMYK
cmyk(88%, 15%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#159AB5
2#1389A1
3#10788D
4#0E6779
5#0C5664
6#094550
7#07333C
8#052228
9#021114
Tints
Lighter variations
1#1BC1E2
2#33C9E7
3#4CD0EA
4#66D6ED
5#7FDDF0
6#99E4F3
7#B2EBF6
8#CCF1F9
9#E5F8FC
Tones
Muted variations
1#20A5C0
2#299FB7
3#329AAE
4#3B94A5
5#448E9D
6#4D8894
7#56828B
8#5E7C82
9#677679
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF7 #DFF7FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4EF #C4EFF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96E3 #96E3F3 | BordersInactive statesPlaceholder text |
| 400 | 5FD5 #5FD5EC | Disabled statesSecondary iconsMuted text |
| 500 | 32C9 #32C9E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18AB #18ABC9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1388 #1388A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D61 #0D6172 | Text on light backgroundsHeadingsStrong borders |
| 900 | 093E #093E49 | Primary textHigh emphasis contentDark headings |
| 950 | 0527 #05272E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FBFD;
--dodger-blue-100: #DFF7FB;
--dodger-blue-200: #C4EFF8;
--dodger-blue-300: #96E3F3;
--dodger-blue-400: #5FD5EC;
--dodger-blue-500: #32C9E7;
--dodger-blue-600: #18ABC9;
--dodger-blue-700: #1388A0;
--dodger-blue-800: #0D6172;
--dodger-blue-900: #093E49;
--dodger-blue-950: #05272E;
}