Dodger Blue
#13C1CD
CyanColor Codes
All color formats for development
HEX
#13C1CDRGB
rgb(19, 193, 205)HSL
hsl(184, 83%, 44%)OKLCH
oklch(0.74 0.124 202.9)CMYK
cmyk(91%, 6%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#11AEB9
2#0F9AA4
3#0D8790
4#0B747B
5#0A6067
6#084D52
7#063A3E
8#042729
9#021315
Tints
Lighter variations
1#16D9E7
2#2EDFEC
3#48E3EE
4#62E7F0
5#7CEBF3
6#96EFF5
7#B1F3F8
8#CBF7FA
9#E5FBFD
Tones
Muted variations
1#1CB9C4
2#26B1BB
3#2FA9B1
4#38A1A8
5#42999F
6#4B9095
7#54888C
8#5E8083
9#67787A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFA #DEFAFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F6 #C2F6F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94EF #94EFF5 | BordersInactive statesPlaceholder text |
| 400 | 5CE6 #5CE6F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DDF #2DDFEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13C1 #13C1CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F99 #0F99A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B6E #0B6E75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0746 #07464B | Primary textHigh emphasis contentDark headings |
| 950 | 042C #042C2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FDFE;
--dodger-blue-100: #DEFAFC;
--dodger-blue-200: #C2F6F9;
--dodger-blue-300: #94EFF5;
--dodger-blue-400: #5CE6F0;
--dodger-blue-500: #2DDFEB;
--dodger-blue-600: #13C1CD;
--dodger-blue-700: #0F99A3;
--dodger-blue-800: #0B6E75;
--dodger-blue-900: #07464B;
--dodger-blue-950: #042C2F;
}