Dodger Blue
#11A6D0
CyanColor Codes
All color formats for development
HEX
#11A6D0RGB
rgb(17, 166, 208)HSL
hsl(193, 85%, 44%)OKLCH
oklch(0.675 0.125 224.7)CMYK
cmyk(92%, 20%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F96BB
2#0D85A6
3#0C7491
4#0A647D
5#085368
6#074253
7#05323E
8#03212A
9#021115
Tints
Lighter variations
1#13BBEA
2#2CC4EE
3#46CBF0
4#60D3F2
5#7BDAF4
6#95E1F6
7#B0E9F9
8#CAF0FB
9#E5F8FD
Tones
Muted variations
1#1AA1C6
2#249BBC
3#2D96B3
4#3791A9
5#418BA0
6#4A8696
7#54808D
8#5D7B83
9#67767A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF6 #DEF6FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2EE #C2EEFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92E1 #92E1F6 | BordersInactive statesPlaceholder text |
| 400 | 5AD1 #5AD1F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BC4 #2BC4EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 11A6 #11A6D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D84 #0D84A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A5E #0A5E76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 063C #063C4B | Primary textHigh emphasis contentDark headings |
| 950 | 0426 #04262F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FBFE;
--dodger-blue-100: #DEF6FC;
--dodger-blue-200: #C2EEFA;
--dodger-blue-300: #92E1F6;
--dodger-blue-400: #5AD1F2;
--dodger-blue-500: #2BC4EE;
--dodger-blue-600: #11A6D0;
--dodger-blue-700: #0D84A5;
--dodger-blue-800: #0A5E76;
--dodger-blue-900: #063C4B;
--dodger-blue-950: #04262F;
}