Dodger Blue
#15A4CB
CyanColor Codes
All color formats for development
HEX
#15A4CBRGB
rgb(21, 164, 203)HSL
hsl(193, 81%, 44%)OKLCH
oklch(0.668 0.121 223.4)CMYK
cmyk(90%, 19%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1393B7
2#1183A2
3#0F738E
4#0D627A
5#0B5266
6#094151
7#06313D
8#042129
9#021014
Tints
Lighter variations
1#18B9E5
2#30C1E9
3#4AC9EC
4#64D1EF
5#7ED8F1
6#98E0F4
7#B1E8F7
8#CBF0FA
9#E5F7FC
Tones
Muted variations
1#1E9FC2
2#2799B9
3#3194B0
4#3A8FA7
5#438A9E
6#4C8595
7#55808B
8#5E7A82
9#677579
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF5 #DFF5FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3ED #C3EDF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95DF #95DFF4 | BordersInactive statesPlaceholder text |
| 400 | 5DCF #5DCFEE | Disabled statesSecondary iconsMuted text |
| 500 | 2FC1 #2FC1E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15A4 #15A4CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1182 #1182A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C5D #0C5D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 083C #083C4A | Primary textHigh emphasis contentDark headings |
| 950 | 0525 #05252E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FBFE;
--dodger-blue-100: #DFF5FC;
--dodger-blue-200: #C3EDF9;
--dodger-blue-300: #95DFF4;
--dodger-blue-400: #5DCFEE;
--dodger-blue-500: #2FC1E9;
--dodger-blue-600: #15A4CB;
--dodger-blue-700: #1182A2;
--dodger-blue-800: #0C5D73;
--dodger-blue-900: #083C4A;
--dodger-blue-950: #05252E;
}