Dodger Blue
#14A4CC
CyanColor Codes
All color formats for development
HEX
#14A4CCRGB
rgb(20, 164, 204)HSL
hsl(193, 82%, 44%)OKLCH
oklch(0.669 0.122 223.9)CMYK
cmyk(90%, 20%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1294B8
2#1083A3
3#0E738F
4#0C637B
5#0A5266
6#084252
7#06313D
8#042129
9#021014
Tints
Lighter variations
1#17B9E6
2#2FC2EA
3#49C9ED
4#63D1F0
5#7DD9F2
6#97E0F5
7#B1E8F7
8#CBF0FA
9#E5F7FC
Tones
Muted variations
1#1D9FC3
2#279ABA
3#3095B1
4#398FA7
5#428A9E
6#4B8595
7#55808C
8#5E7B83
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 | 94E0 #94E0F4 | BordersInactive statesPlaceholder text |
| 400 | 5DCF #5DCFEF | Disabled statesSecondary iconsMuted text |
| 500 | 2EC2 #2EC2EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 14A4 #14A4CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1083 #1083A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B5D #0B5D74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 073C #073C4A | 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: #94E0F4;
--dodger-blue-400: #5DCFEF;
--dodger-blue-500: #2EC2EA;
--dodger-blue-600: #14A4CC;
--dodger-blue-700: #1083A2;
--dodger-blue-800: #0B5D74;
--dodger-blue-900: #073C4A;
--dodger-blue-950: #05252E;
}