Dodger Blue
#13C4CD
CyanColor Codes
All color formats for development
HEX
#13C4CDRGB
rgb(19, 196, 205)HSL
hsl(183, 83%, 44%)OKLCH
oklch(0.747 0.125 200.8)CMYK
cmyk(91%, 4%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#11B0B9
2#0F9DA4
3#0D8990
4#0B767B
5#0A6267
6#084E52
7#063B3E
8#042729
9#021415
Tints
Lighter variations
1#16DDE7
2#2EE2EC
3#48E6EE
4#62E9F0
5#7CEDF3
6#96F1F5
7#B1F4F8
8#CBF8FA
9#E5FBFD
Tones
Muted variations
1#1CBCC4
2#26B3BB
3#2FABB1
4#38A2A8
5#429A9F
6#4B9295
7#54898C
8#5E8183
9#67797A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFA #DEFAFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F7 #C2F7F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F0 #94F0F5 | BordersInactive statesPlaceholder text |
| 400 | 5CE8 #5CE8F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DE2 #2DE2EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13C4 #13C4CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F9C #0F9CA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B6F #0B6F75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0747 #07474B | Primary textHigh emphasis contentDark headings |
| 950 | 042D #042D2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FDFE;
--dodger-blue-100: #DEFAFC;
--dodger-blue-200: #C2F7F9;
--dodger-blue-300: #94F0F5;
--dodger-blue-400: #5CE8F0;
--dodger-blue-500: #2DE2EB;
--dodger-blue-600: #13C4CD;
--dodger-blue-700: #0F9CA3;
--dodger-blue-800: #0B6F75;
--dodger-blue-900: #07474B;
--dodger-blue-950: #042D2F;
}