Dodger Blue
#11A3D0
CyanColor Codes
All color formats for development
HEX
#11A3D0RGB
rgb(17, 163, 208)HSL
hsl(194, 85%, 44%)OKLCH
oklch(0.668 0.126 226.9)CMYK
cmyk(92%, 22%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F93BB
2#0D82A6
3#0C7291
4#0A627D
5#085268
6#074153
7#05313E
8#03212A
9#021015
Tints
Lighter variations
1#13B8EA
2#2CC1EE
3#46C8F0
4#60D0F2
5#7BD8F4
6#95E0F6
7#B0E8F9
8#CAEFFB
9#E5F7FD
Tones
Muted variations
1#1A9EC6
2#2499BC
3#2D94B3
4#378FA9
5#418AA0
6#4A8596
7#547F8D
8#5D7A83
9#67757A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF5 #DEF5FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2ED #C2EDFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92DF #92DFF6 | BordersInactive statesPlaceholder text |
| 400 | 5ACE #5ACEF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BC0 #2BC0EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 11A3 #11A3D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D82 #0D82A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A5D #0A5D76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 063B #063B4B | Primary textHigh emphasis contentDark headings |
| 950 | 0425 #04252F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FBFE;
--dodger-blue-100: #DEF5FC;
--dodger-blue-200: #C2EDFA;
--dodger-blue-300: #92DFF6;
--dodger-blue-400: #5ACEF2;
--dodger-blue-500: #2BC0EE;
--dodger-blue-600: #11A3D0;
--dodger-blue-700: #0D82A5;
--dodger-blue-800: #0A5D76;
--dodger-blue-900: #063B4B;
--dodger-blue-950: #04252F;
}