Dodger Blue
#15A7CB
CyanColor Codes
All color formats for development
HEX
#15A7CBRGB
rgb(21, 167, 203)HSL
hsl(192, 81%, 44%)OKLCH
oklch(0.676 0.121 221.1)CMYK
cmyk(90%, 18%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1396B7
2#1185A2
3#0F758E
4#0D647A
5#0B5366
6#094351
7#06323D
8#042129
9#021114
Tints
Lighter variations
1#18BCE5
2#30C4E9
3#4ACCEC
4#64D3EF
5#7EDAF1
6#98E2F4
7#B1E9F7
8#CBF0FA
9#E5F8FC
Tones
Muted variations
1#1EA1C2
2#279CB9
3#3196B0
4#3A91A7
5#438B9E
6#4C8695
7#55818B
8#5E7B82
9#677679
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF6 #DFF6FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3EE #C3EEF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95E1 #95E1F4 | BordersInactive statesPlaceholder text |
| 400 | 5DD1 #5DD1EE | Disabled statesSecondary iconsMuted text |
| 500 | 2FC4 #2FC4E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15A7 #15A7CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1185 #1185A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C5F #0C5F73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 083D #083D4A | Primary textHigh emphasis contentDark headings |
| 950 | 0526 #05262E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FBFE;
--dodger-blue-100: #DFF6FC;
--dodger-blue-200: #C3EEF9;
--dodger-blue-300: #95E1F4;
--dodger-blue-400: #5DD1EE;
--dodger-blue-500: #2FC4E9;
--dodger-blue-600: #15A7CB;
--dodger-blue-700: #1185A2;
--dodger-blue-800: #0C5F73;
--dodger-blue-900: #083D4A;
--dodger-blue-950: #05262E;
}