Dodger Blue
#13BBCD
CyanColor Codes
All color formats for development
HEX
#13BBCDRGB
rgb(19, 187, 205)HSL
hsl(186, 83%, 44%)OKLCH
oklch(0.725 0.122 207.2)CMYK
cmyk(91%, 9%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#11A8B9
2#0F95A4
3#0D8390
4#0B707B
5#0A5D67
6#084B52
7#06383E
8#042529
9#021315
Tints
Lighter variations
1#16D2E7
2#2ED9EC
3#48DDEE
4#62E2F0
5#7CE7F3
6#96ECF5
7#B1F1F8
8#CBF5FA
9#E5FAFD
Tones
Muted variations
1#1CB3C4
2#26ACBB
3#2FA4B1
4#389DA8
5#42959F
6#4B8E95
7#54878C
8#5E7F83
9#67787A
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 | C2F4 #C2F4F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94EB #94EBF5 | BordersInactive statesPlaceholder text |
| 400 | 5CE1 #5CE1F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DD8 #2DD8EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13BB #13BBCD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F95 #0F95A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B6A #0B6A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0744 #07444B | 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: #C2F4F9;
--dodger-blue-300: #94EBF5;
--dodger-blue-400: #5CE1F0;
--dodger-blue-500: #2DD8EB;
--dodger-blue-600: #13BBCD;
--dodger-blue-700: #0F95A3;
--dodger-blue-800: #0B6A75;
--dodger-blue-900: #07444B;
--dodger-blue-950: #042A2F;
}