Dodger Blue
#14A7CC
CyanColor Codes
All color formats for development
HEX
#14A7CCRGB
rgb(20, 167, 204)HSL
hsl(192, 82%, 44%)OKLCH
oklch(0.676 0.121 221.7)CMYK
cmyk(90%, 18%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1297B8
2#1086A3
3#0E758F
4#0C647B
5#0A5466
6#084352
7#06323D
8#042129
9#021114
Tints
Lighter variations
1#17BDE6
2#2FC5EA
3#49CCED
4#63D3F0
5#7DDBF2
6#97E2F5
7#B1E9F7
8#CBF0FA
9#E5F8FC
Tones
Muted variations
1#1DA2C3
2#279CBA
3#3097B1
4#3991A7
5#428C9E
6#4B8695
7#55818C
8#5E7B83
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 | 94E1 #94E1F4 | BordersInactive statesPlaceholder text |
| 400 | 5DD2 #5DD2EF | Disabled statesSecondary iconsMuted text |
| 500 | 2EC5 #2EC5EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 14A7 #14A7CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1085 #1085A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B5F #0B5F74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 073D #073D4A | 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: #94E1F4;
--dodger-blue-400: #5DD2EF;
--dodger-blue-500: #2EC5EA;
--dodger-blue-600: #14A7CC;
--dodger-blue-700: #1085A2;
--dodger-blue-800: #0B5F74;
--dodger-blue-900: #073D4A;
--dodger-blue-950: #05262E;
}