Dodger Blue
#13C7CD
CyanColor Codes
All color formats for development
HEX
#13C7CDRGB
rgb(19, 199, 205)HSL
hsl(182, 83%, 44%)OKLCH
oklch(0.754 0.126 198.7)CMYK
cmyk(91%, 3%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#11B3B9
2#0F9FA4
3#0D8B90
4#0B777B
5#0A6467
6#085052
7#063C3E
8#042829
9#021415
Tints
Lighter variations
1#16E0E7
2#2EE5EC
3#48E8EE
4#62ECF0
5#7CEFF3
6#96F2F5
7#B1F5F8
8#CBF9FA
9#E5FCFD
Tones
Muted variations
1#1CBEC4
2#26B6BB
3#2FADB1
4#38A4A8
5#429C9F
6#4B9395
7#548A8C
8#5E8283
9#67797A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFB #DEFBFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F8 #C2F8F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F2 #94F2F5 | BordersInactive statesPlaceholder text |
| 400 | 5CEB #5CEBF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DE5 #2DE5EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13C7 #13C7CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F9E #0F9EA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B71 #0B7175 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0748 #07484B | Primary textHigh emphasis contentDark headings |
| 950 | 042D #042D2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FDFE;
--dodger-blue-100: #DEFBFC;
--dodger-blue-200: #C2F8F9;
--dodger-blue-300: #94F2F5;
--dodger-blue-400: #5CEBF0;
--dodger-blue-500: #2DE5EB;
--dodger-blue-600: #13C7CD;
--dodger-blue-700: #0F9EA3;
--dodger-blue-800: #0B7175;
--dodger-blue-900: #07484B;
--dodger-blue-950: #042D2F;
}