Dodger Blue
#11BCD0
CyanColor Codes
All color formats for development
HEX
#11BCD0RGB
rgb(17, 188, 208)HSL
hsl(186, 85%, 44%)OKLCH
oklch(0.728 0.123 208.5)CMYK
cmyk(92%, 10%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0FAABB
2#0D97A6
3#0C8491
4#0A717D
5#085E68
6#074B53
7#05393E
8#03262A
9#021315
Tints
Lighter variations
1#13D4EA
2#2CDAEE
3#46DFF0
4#60E4F2
5#7BE8F4
6#95EDF6
7#B0F1F9
8#CAF6FB
9#E5FAFD
Tones
Muted variations
1#1AB5C6
2#24ADBC
3#2DA6B3
4#379EA9
5#4196A0
6#4A8F96
7#54878D
8#5D7F83
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 | C2F4 #C2F4FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92EC #92ECF6 | BordersInactive statesPlaceholder text |
| 400 | 5AE2 #5AE2F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BDA #2BDAEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 11BC #11BCD0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D96 #0D96A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A6B #0A6B76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0645 #06454B | 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: #C2F4FA;
--dodger-blue-300: #92ECF6;
--dodger-blue-400: #5AE2F2;
--dodger-blue-500: #2BDAEE;
--dodger-blue-600: #11BCD0;
--dodger-blue-700: #0D96A5;
--dodger-blue-800: #0A6B76;
--dodger-blue-900: #06454B;
--dodger-blue-950: #042B2F;
}