Dodger Blue
#13AECD
CyanColor Codes
All color formats for development
HEX
#13AECDRGB
rgb(19, 174, 205)HSL
hsl(190, 83%, 44%)OKLCH
oklch(0.693 0.121 217)CMYK
cmyk(91%, 15%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#119DB9
2#0F8BA4
3#0D7A90
4#0B697B
5#0A5767
6#084652
7#06343E
8#042329
9#021115
Tints
Lighter variations
1#16C4E7
2#2ECCEC
3#48D2EE
4#62D9F0
5#7CDFF3
6#96E5F5
7#B1ECF8
8#CBF2FA
9#E5F9FD
Tones
Muted variations
1#1CA8C4
2#26A2BB
3#2F9CB1
4#3895A8
5#428F9F
6#4B8995
7#54838C
8#5E7D83
9#67767A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF7 #DEF7FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F0 #C2F0F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94E5 #94E5F5 | BordersInactive statesPlaceholder text |
| 400 | 5CD7 #5CD7F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DCC #2DCCEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13AE #13AECD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F8B #0F8BA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B63 #0B6375 | Text on light backgroundsHeadingsStrong borders |
| 900 | 073F #073F4B | Primary textHigh emphasis contentDark headings |
| 950 | 0428 #04282F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FCFE;
--dodger-blue-100: #DEF7FC;
--dodger-blue-200: #C2F0F9;
--dodger-blue-300: #94E5F5;
--dodger-blue-400: #5CD7F0;
--dodger-blue-500: #2DCCEB;
--dodger-blue-600: #13AECD;
--dodger-blue-700: #0F8BA3;
--dodger-blue-800: #0B6375;
--dodger-blue-900: #073F4B;
--dodger-blue-950: #04282F;
}