Dodger Blue
#13B8CD
CyanColor Codes
All color formats for development
HEX
#13B8CDRGB
rgb(19, 184, 205)HSL
hsl(187, 83%, 44%)OKLCH
oklch(0.718 0.122 209.4)CMYK
cmyk(91%, 10%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#11A5B9
2#0F93A4
3#0D8190
4#0B6E7B
5#0A5C67
6#084952
7#06373E
8#042529
9#021215
Tints
Lighter variations
1#16CFE7
2#2ED5EC
3#48DBEE
4#62E0F0
5#7CE5F3
6#96EAF5
7#B1EFF8
8#CBF5FA
9#E5FAFD
Tones
Muted variations
1#1CB0C4
2#26A9BB
3#2FA2B1
4#389BA8
5#42949F
6#4B8D95
7#54868C
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 | DEF9 #DEF9FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F3 #C2F3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94EA #94EAF5 | BordersInactive statesPlaceholder text |
| 400 | 5CDF #5CDFF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DD5 #2DD5EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13B8 #13B8CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F92 #0F92A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B68 #0B6875 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0743 #07434B | Primary textHigh emphasis contentDark headings |
| 950 | 042A #042A2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FCFE;
--dodger-blue-100: #DEF9FC;
--dodger-blue-200: #C2F3F9;
--dodger-blue-300: #94EAF5;
--dodger-blue-400: #5CDFF0;
--dodger-blue-500: #2DD5EB;
--dodger-blue-600: #13B8CD;
--dodger-blue-700: #0F92A3;
--dodger-blue-800: #0B6875;
--dodger-blue-900: #07434B;
--dodger-blue-950: #042A2F;
}