Dodger Blue
#11B0D0
CyanColor Codes
All color formats for development
HEX
#11B0D0RGB
rgb(17, 176, 208)HSL
hsl(190, 85%, 44%)OKLCH
oklch(0.699 0.123 217.3)CMYK
cmyk(92%, 15%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F9EBB
2#0D8DA6
3#0C7B91
4#0A697D
5#085868
6#074653
7#05353E
8#03232A
9#021215
Tints
Lighter variations
1#13C6EA
2#2CCDEE
3#46D4F0
4#60DAF2
5#7BE0F4
6#95E6F6
7#B0ECF9
8#CAF3FB
9#E5F9FD
Tones
Muted variations
1#1AA9C6
2#24A3BC
3#2D9DB3
4#3796A9
5#4190A0
6#4A8A96
7#54838D
8#5D7D83
9#67777A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF7 #DEF7FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F1 #C2F1FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92E6 #92E6F6 | BordersInactive statesPlaceholder text |
| 400 | 5AD8 #5AD8F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BCD #2BCDEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 11B0 #11B0D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D8C #0D8CA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A64 #0A6476 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0640 #06404B | Primary textHigh emphasis contentDark headings |
| 950 | 0428 #04282F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FCFE;
--dodger-blue-100: #DEF7FC;
--dodger-blue-200: #C2F1FA;
--dodger-blue-300: #92E6F6;
--dodger-blue-400: #5AD8F2;
--dodger-blue-500: #2BCDEE;
--dodger-blue-600: #11B0D0;
--dodger-blue-700: #0D8CA5;
--dodger-blue-800: #0A6476;
--dodger-blue-900: #06404B;
--dodger-blue-950: #04282F;
}