Dodger Blue
#11A9D0
CyanColor Codes
All color formats for development
HEX
#11A9D0RGB
rgb(17, 169, 208)HSL
hsl(192, 85%, 44%)OKLCH
oklch(0.682 0.124 222.5)CMYK
cmyk(92%, 19%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F98BB
2#0D88A6
3#0C7791
4#0A667D
5#085568
6#074453
7#05333E
8#03222A
9#021115
Tints
Lighter variations
1#13BFEA
2#2CC7EE
3#46CEF0
4#60D5F2
5#7BDCF4
6#95E3F6
7#B0EAF9
8#CAF1FB
9#E5F8FD
Tones
Muted variations
1#1AA4C6
2#249EBC
3#2D98B3
4#3793A9
5#418DA0
6#4A8796
7#54818D
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 | DEF6 #DEF6FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2EF #C2EFFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92E2 #92E2F6 | BordersInactive statesPlaceholder text |
| 400 | 5AD3 #5AD3F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BC7 #2BC7EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 11A9 #11A9D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D87 #0D87A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A60 #0A6076 | Text on light backgroundsHeadingsStrong borders |
| 900 | 063E #063E4B | 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: #DEF6FC;
--dodger-blue-200: #C2EFFA;
--dodger-blue-300: #92E2F6;
--dodger-blue-400: #5AD3F2;
--dodger-blue-500: #2BC7EE;
--dodger-blue-600: #11A9D0;
--dodger-blue-700: #0D87A5;
--dodger-blue-800: #0A6076;
--dodger-blue-900: #063E4B;
--dodger-blue-950: #04272F;
}