Dodger Blue
#11B3D0
CyanColor Codes
All color formats for development
HEX
#11B3D0RGB
rgb(17, 179, 208)HSL
hsl(189, 85%, 44%)OKLCH
oklch(0.707 0.123 215.1)CMYK
cmyk(92%, 14%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0FA1BB
2#0D8FA6
3#0C7D91
4#0A6B7D
5#085968
6#074853
7#05363E
8#03242A
9#021215
Tints
Lighter variations
1#13CAEA
2#2CD1EE
3#46D7F0
4#60DCF2
5#7BE2F4
6#95E8F6
7#B0EEF9
8#CAF3FB
9#E5F9FD
Tones
Muted variations
1#1AACC6
2#24A6BC
3#2D9FB3
4#3798A9
5#4192A0
6#4A8B96
7#54848D
8#5D7E83
9#67777A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF8 #DEF8FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F2 #C2F2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92E7 #92E7F6 | BordersInactive statesPlaceholder text |
| 400 | 5ADB #5ADBF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BD1 #2BD1EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 11B3 #11B3D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D8E #0D8EA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A66 #0A6676 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0641 #06414B | Primary textHigh emphasis contentDark headings |
| 950 | 0429 #04292F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FCFE;
--dodger-blue-100: #DEF8FC;
--dodger-blue-200: #C2F2FA;
--dodger-blue-300: #92E7F6;
--dodger-blue-400: #5ADBF2;
--dodger-blue-500: #2BD1EE;
--dodger-blue-600: #11B3D0;
--dodger-blue-700: #0D8EA5;
--dodger-blue-800: #0A6676;
--dodger-blue-900: #06414B;
--dodger-blue-950: #04292F;
}