Dodger Blue
#11ADD0
CyanColor Codes
All color formats for development
HEX
#11ADD0RGB
rgb(17, 173, 208)HSL
hsl(191, 85%, 44%)OKLCH
oklch(0.692 0.123 219.6)CMYK
cmyk(92%, 17%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F9BBB
2#0D8AA6
3#0C7991
4#0A687D
5#085668
6#074553
7#05343E
8#03232A
9#021115
Tints
Lighter variations
1#13C3EA
2#2CCAEE
3#46D1F0
4#60D7F2
5#7BDEF4
6#95E5F6
7#B0EBF9
8#CAF2FB
9#E5F8FD
Tones
Muted variations
1#1AA7C6
2#24A1BC
3#2D9AB3
4#3794A9
5#418EA0
6#4A8896
7#54828D
8#5D7C83
9#67767A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF7 #DEF7FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F0 #C2F0FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92E4 #92E4F6 | BordersInactive statesPlaceholder text |
| 400 | 5AD6 #5AD6F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BCA #2BCAEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 11AD #11ADD0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D89 #0D89A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A62 #0A6276 | Text on light backgroundsHeadingsStrong borders |
| 900 | 063F #063F4B | Primary textHigh emphasis contentDark headings |
| 950 | 0427 #04272F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FBFE;
--dodger-blue-100: #DEF7FC;
--dodger-blue-200: #C2F0FA;
--dodger-blue-300: #92E4F6;
--dodger-blue-400: #5AD6F2;
--dodger-blue-500: #2BCAEE;
--dodger-blue-600: #11ADD0;
--dodger-blue-700: #0D89A5;
--dodger-blue-800: #0A6276;
--dodger-blue-900: #063F4B;
--dodger-blue-950: #04272F;
}