Dodger Blue
#13A8CD
CyanColor Codes
All color formats for development
HEX
#13A8CDRGB
rgb(19, 168, 205)HSL
hsl(192, 83%, 44%)OKLCH
oklch(0.679 0.122 221.5)CMYK
cmyk(91%, 18%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1197B9
2#0F86A4
3#0D7690
4#0B657B
5#0A5467
6#084352
7#06323E
8#042229
9#021115
Tints
Lighter variations
1#16BDE7
2#2EC6EC
3#48CDEE
4#62D4F0
5#7CDBF3
6#96E2F5
7#B1E9F8
8#CBF1FA
9#E5F8FD
Tones
Muted variations
1#1CA2C4
2#269DBB
3#2F97B1
4#3892A8
5#428C9F
6#4B8795
7#54818C
8#5E7B83
9#67767A
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 | C2EE #C2EEF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94E2 #94E2F5 | BordersInactive statesPlaceholder text |
| 400 | 5CD2 #5CD2F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DC5 #2DC5EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13A8 #13A8CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F86 #0F86A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B5F #0B5F75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 073D #073D4B | Primary textHigh emphasis contentDark headings |
| 950 | 0426 #04262F | 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: #C2EEF9;
--dodger-blue-300: #94E2F5;
--dodger-blue-400: #5CD2F0;
--dodger-blue-500: #2DC5EB;
--dodger-blue-600: #13A8CD;
--dodger-blue-700: #0F86A3;
--dodger-blue-800: #0B5F75;
--dodger-blue-900: #073D4B;
--dodger-blue-950: #04262F;
}