Dodger Blue
#16A9CA
CyanColor Codes
All color formats for development
HEX
#16A9CARGB
rgb(22, 169, 202)HSL
hsl(191, 80%, 44%)OKLCH
oklch(0.68 0.12 219)CMYK
cmyk(89%, 16%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1498B6
2#1287A2
3#10768D
4#0D6579
5#0B5565
6#094451
7#07333D
8#042228
9#021114
Tints
Lighter variations
1#19BFE4
2#31C7E8
3#4BCEEB
4#65D5EE
5#7EDCF1
6#98E3F4
7#B2EAF6
8#CCF1F9
9#E5F8FC
Tones
Muted variations
1#1FA3C1
2#289EB8
3#3198AF
4#3A92A6
5#438D9D
6#4C8794
7#55818B
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 | DFF6 #DFF6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3EF #C3EFF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95E2 #95E2F3 | BordersInactive statesPlaceholder text |
| 400 | 5ED3 #5ED3ED | Disabled statesSecondary iconsMuted text |
| 500 | 30C6 #30C6E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16A9 #16A9CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1286 #1286A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D60 #0D6073 | Text on light backgroundsHeadingsStrong borders |
| 900 | 083D #083D49 | 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: #C3EFF8;
--dodger-blue-300: #95E2F3;
--dodger-blue-400: #5ED3ED;
--dodger-blue-500: #30C6E8;
--dodger-blue-600: #16A9CA;
--dodger-blue-700: #1286A1;
--dodger-blue-800: #0D6073;
--dodger-blue-900: #083D49;
--dodger-blue-950: #05262E;
}