Dodger Blue
#13A2CD
CyanColor Codes
All color formats for development
HEX
#13A2CDRGB
rgb(19, 162, 205)HSL
hsl(194, 83%, 44%)OKLCH
oklch(0.664 0.124 226)CMYK
cmyk(91%, 21%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1192B9
2#0F81A4
3#0D7190
4#0B617B
5#0A5167
6#084152
7#06313E
8#042029
9#021015
Tints
Lighter variations
1#16B6E7
2#2EBFEC
3#48C7EE
4#62CFF0
5#7CD7F3
6#96DFF5
7#B1E7F8
8#CBEFFA
9#E5F7FD
Tones
Muted variations
1#1C9DC4
2#2698BB
3#2F93B1
4#388EA8
5#42899F
6#4B8495
7#547F8C
8#5E7A83
9#67757A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF5 #DEF5FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2ED #C2EDF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94DE #94DEF5 | BordersInactive statesPlaceholder text |
| 400 | 5CCD #5CCDF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DBF #2DBFEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13A2 #13A2CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F81 #0F81A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B5C #0B5C75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 073B #073B4B | 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: #DEF5FC;
--dodger-blue-200: #C2EDF9;
--dodger-blue-300: #94DEF5;
--dodger-blue-400: #5CCDF0;
--dodger-blue-500: #2DBFEB;
--dodger-blue-600: #13A2CD;
--dodger-blue-700: #0F81A3;
--dodger-blue-800: #0B5C75;
--dodger-blue-900: #073B4B;
--dodger-blue-950: #04252F;
}