Dodger Blue
#13B1CD
CyanColor Codes
All color formats for development
HEX
#13B1CDRGB
rgb(19, 177, 205)HSL
hsl(189, 83%, 44%)OKLCH
oklch(0.701 0.121 214.7)CMYK
cmyk(91%, 14%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#11A0B9
2#0F8EA4
3#0D7C90
4#0B6A7B
5#0A5967
6#084752
7#06353E
8#042329
9#021215
Tints
Lighter variations
1#16C8E7
2#2ECFEC
3#48D5EE
4#62DBF0
5#7CE1F3
6#96E7F5
7#B1EDF8
8#CBF3FA
9#E5F9FD
Tones
Muted variations
1#1CABC4
2#26A4BB
3#2F9EB1
4#3897A8
5#42919F
6#4B8A95
7#54848C
8#5E7D83
9#67777A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF8 #DEF8FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F1 #C2F1F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94E6 #94E6F5 | BordersInactive statesPlaceholder text |
| 400 | 5CDA #5CDAF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DCF #2DCFEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13B1 #13B1CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F8D #0F8DA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B65 #0B6575 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0741 #07414B | 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: #DEF8FC;
--dodger-blue-200: #C2F1F9;
--dodger-blue-300: #94E6F5;
--dodger-blue-400: #5CDAF0;
--dodger-blue-500: #2DCFEB;
--dodger-blue-600: #13B1CD;
--dodger-blue-700: #0F8DA3;
--dodger-blue-800: #0B6575;
--dodger-blue-900: #07414B;
--dodger-blue-950: #04282F;
}