Dodger Blue
#16A3CA
CyanColor Codes
All color formats for development
HEX
#16A3CARGB
rgb(22, 163, 202)HSL
hsl(193, 80%, 44%)OKLCH
oklch(0.665 0.121 223.6)CMYK
cmyk(89%, 19%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1493B6
2#1282A2
3#10728D
4#0D6279
5#0B5265
6#094151
7#07313D
8#042128
9#021014
Tints
Lighter variations
1#19B8E4
2#31C1E8
3#4BC8EB
4#65D0EE
5#7ED8F1
6#98E0F4
7#B2E8F6
8#CCEFF9
9#E5F7FC
Tones
Muted variations
1#1F9EC1
2#2899B8
3#3194AF
4#3A8FA6
5#438A9D
6#4C8594
7#557F8B
8#5E7A82
9#677579
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF5 #DFF5FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3ED #C3EDF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95DF #95DFF3 | BordersInactive statesPlaceholder text |
| 400 | 5ECE #5ECEED | Disabled statesSecondary iconsMuted text |
| 500 | 30C0 #30C0E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16A3 #16A3CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1282 #1282A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D5D #0D5D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 083B #083B49 | Primary textHigh emphasis contentDark headings |
| 950 | 0525 #05252E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FBFD;
--dodger-blue-100: #DFF5FB;
--dodger-blue-200: #C3EDF8;
--dodger-blue-300: #95DFF3;
--dodger-blue-400: #5ECEED;
--dodger-blue-500: #30C0E8;
--dodger-blue-600: #16A3CA;
--dodger-blue-700: #1282A1;
--dodger-blue-800: #0D5D73;
--dodger-blue-900: #083B49;
--dodger-blue-950: #05252E;
}