Dodger Blue
#16C1CA
CyanColor Codes
All color formats for development
HEX
#16C1CARGB
rgb(22, 193, 202)HSL
hsl(183, 80%, 44%)OKLCH
oklch(0.739 0.123 200.9)CMYK
cmyk(89%, 4%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14AEB6
2#129AA2
3#10878D
4#0D7479
5#0B6065
6#094D51
7#073A3D
8#042728
9#021314
Tints
Lighter variations
1#19DAE4
2#31DFE8
3#4BE3EB
4#65E7EE
5#7EEBF1
6#98EFF4
7#B2F3F6
8#CCF7F9
9#E5FBFC
Tones
Muted variations
1#1FB9C1
2#28B1B8
3#31A9AF
4#3AA1A6
5#43999D
6#4C9194
7#55888B
8#5E8082
9#677879
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFA #DFFAFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F6 #C3F6F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95EF #95EFF3 | BordersInactive statesPlaceholder text |
| 400 | 5EE6 #5EE6ED | Disabled statesSecondary iconsMuted text |
| 500 | 30DF #30DFE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16C1 #16C1CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 129A #129AA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D6E #0D6E73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0846 #084649 | Primary textHigh emphasis contentDark headings |
| 950 | 052C #052C2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FDFD;
--dodger-blue-100: #DFFAFB;
--dodger-blue-200: #C3F6F8;
--dodger-blue-300: #95EFF3;
--dodger-blue-400: #5EE6ED;
--dodger-blue-500: #30DFE8;
--dodger-blue-600: #16C1CA;
--dodger-blue-700: #129AA1;
--dodger-blue-800: #0D6E73;
--dodger-blue-900: #084649;
--dodger-blue-950: #052C2E;
}