Dodger Blue
#13BECD
CyanColor Codes
All color formats for development
HEX
#13BECDRGB
rgb(19, 190, 205)HSL
hsl(185, 83%, 44%)OKLCH
oklch(0.732 0.123 205)CMYK
cmyk(91%, 7%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#11ABB9
2#0F98A4
3#0D8590
4#0B727B
5#0A5F67
6#084C52
7#06393E
8#042629
9#021315
Tints
Lighter variations
1#16D6E7
2#2EDCEC
3#48E0EE
4#62E5F0
5#7CE9F3
6#96EDF5
7#B1F2F8
8#CBF6FA
9#E5FBFD
Tones
Muted variations
1#1CB6C4
2#26AEBB
3#2FA7B1
4#389FA8
5#42979F
6#4B8F95
7#54878C
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 | DEF9 #DEF9FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F5 #C2F5F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94ED #94EDF5 | BordersInactive statesPlaceholder text |
| 400 | 5CE3 #5CE3F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DDC #2DDCEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13BE #13BECD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F97 #0F97A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B6C #0B6C75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0745 #07454B | Primary textHigh emphasis contentDark headings |
| 950 | 042B #042B2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FDFE;
--dodger-blue-100: #DEF9FC;
--dodger-blue-200: #C2F5F9;
--dodger-blue-300: #94EDF5;
--dodger-blue-400: #5CE3F0;
--dodger-blue-500: #2DDCEB;
--dodger-blue-600: #13BECD;
--dodger-blue-700: #0F97A3;
--dodger-blue-800: #0B6C75;
--dodger-blue-900: #07454B;
--dodger-blue-950: #042B2F;
}