Dodger Blue
#13B4CD
CyanColor Codes
All color formats for development
HEX
#13B4CDRGB
rgb(19, 180, 205)HSL
hsl(188, 83%, 44%)OKLCH
oklch(0.708 0.121 212.4)CMYK
cmyk(91%, 12%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#11A2B9
2#0F90A4
3#0D7E90
4#0B6C7B
5#0A5A67
6#084852
7#06363E
8#042429
9#021215
Tints
Lighter variations
1#16CBE7
2#2ED2EC
3#48D8EE
4#62DDF0
5#7CE3F3
6#96E9F5
7#B1EEF8
8#CBF4FA
9#E5F9FD
Tones
Muted variations
1#1CAEC4
2#26A7BB
3#2FA0B1
4#3899A8
5#42929F
6#4B8C95
7#54858C
8#5E7E83
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 | C2F2 #C2F2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94E8 #94E8F5 | BordersInactive statesPlaceholder text |
| 400 | 5CDC #5CDCF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DD2 #2DD2EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13B4 #13B4CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F90 #0F90A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B67 #0B6775 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0742 #07424B | Primary textHigh emphasis contentDark headings |
| 950 | 0429 #04292F | 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: #C2F2F9;
--dodger-blue-300: #94E8F5;
--dodger-blue-400: #5CDCF0;
--dodger-blue-500: #2DD2EB;
--dodger-blue-600: #13B4CD;
--dodger-blue-700: #0F90A3;
--dodger-blue-800: #0B6775;
--dodger-blue-900: #07424B;
--dodger-blue-950: #04292F;
}