Dodger Blue
#11C6D0
CyanColor Codes
All color formats for development
HEX
#11C6D0RGB
rgb(17, 198, 208)HSL
hsl(183, 85%, 44%)OKLCH
oklch(0.753 0.126 201.4)CMYK
cmyk(92%, 5%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0FB2BB
2#0D9EA6
3#0C8B91
4#0A777D
5#086368
6#074F53
7#053B3E
8#03282A
9#021415
Tints
Lighter variations
1#13DFEA
2#2CE4EE
3#46E8F0
4#60EBF2
5#7BEEF4
6#95F2F6
7#B0F5F9
8#CAF8FB
9#E5FCFD
Tones
Muted variations
1#1ABDC6
2#24B5BC
3#2DACB3
4#37A4A9
5#419BA0
6#4A9396
7#548A8D
8#5D8183
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 | C2F7 #C2F7FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F1 #92F1F6 | BordersInactive statesPlaceholder text |
| 400 | 5AEA #5AEAF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BE4 #2BE4EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 11C6 #11C6D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D9E #0D9EA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A71 #0A7176 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0648 #06484B | 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: #C2F7FA;
--dodger-blue-300: #92F1F6;
--dodger-blue-400: #5AEAF2;
--dodger-blue-500: #2BE4EE;
--dodger-blue-600: #11C6D0;
--dodger-blue-700: #0D9EA5;
--dodger-blue-800: #0A7176;
--dodger-blue-900: #06484B;
--dodger-blue-950: #042D2F;
}