Dodger Blue
#16A6CA
CyanColor Codes
All color formats for development
HEX
#16A6CARGB
rgb(22, 166, 202)HSL
hsl(192, 80%, 44%)OKLCH
oklch(0.673 0.12 221.3)CMYK
cmyk(89%, 18%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1495B6
2#1285A2
3#10748D
4#0D6479
5#0B5365
6#094251
7#07323D
8#042128
9#021114
Tints
Lighter variations
1#19BBE4
2#31C4E8
3#4BCBEB
4#65D2EE
5#7EDAF1
6#98E1F4
7#B2E9F6
8#CCF0F9
9#E5F8FC
Tones
Muted variations
1#1FA1C1
2#289BB8
3#3196AF
4#3A91A6
5#438B9D
6#4C8694
7#55808B
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 | C3EE #C3EEF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95E1 #95E1F3 | BordersInactive statesPlaceholder text |
| 400 | 5ED1 #5ED1ED | Disabled statesSecondary iconsMuted text |
| 500 | 30C3 #30C3E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16A6 #16A6CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1284 #1284A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D5E #0D5E73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 083C #083C49 | 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: #C3EEF8;
--dodger-blue-300: #95E1F3;
--dodger-blue-400: #5ED1ED;
--dodger-blue-500: #30C3E8;
--dodger-blue-600: #16A6CA;
--dodger-blue-700: #1284A1;
--dodger-blue-800: #0D5E73;
--dodger-blue-900: #083C49;
--dodger-blue-950: #05262E;
}