Dodger Blue
#13A5CD
CyanColor Codes
All color formats for development
HEX
#13A5CDRGB
rgb(19, 165, 205)HSL
hsl(193, 83%, 44%)OKLCH
oklch(0.671 0.123 223.7)CMYK
cmyk(91%, 20%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1194B9
2#0F84A4
3#0D7390
4#0B637B
5#0A5267
6#084252
7#06313E
8#042129
9#021015
Tints
Lighter variations
1#16BAE7
2#2EC2EC
3#48CAEE
4#62D2F0
5#7CD9F3
6#96E1F5
7#B1E8F8
8#CBF0FA
9#E5F7FD
Tones
Muted variations
1#1CA0C4
2#269ABB
3#2F95B1
4#3890A8
5#428B9F
6#4B8595
7#54808C
8#5E7B83
9#67757A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF6 #DEF6FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2ED #C2EDF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94E0 #94E0F5 | BordersInactive statesPlaceholder text |
| 400 | 5CD0 #5CD0F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DC2 #2DC2EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13A5 #13A5CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F83 #0F83A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B5E #0B5E75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 073C #073C4B | Primary textHigh emphasis contentDark headings |
| 950 | 0425 #04252F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FBFE;
--dodger-blue-100: #DEF6FC;
--dodger-blue-200: #C2EDF9;
--dodger-blue-300: #94E0F5;
--dodger-blue-400: #5CD0F0;
--dodger-blue-500: #2DC2EB;
--dodger-blue-600: #13A5CD;
--dodger-blue-700: #0F83A3;
--dodger-blue-800: #0B5E75;
--dodger-blue-900: #073C4B;
--dodger-blue-950: #04252F;
}