Dodger Blue
#14A1CC
CyanColor Codes
All color formats for development
HEX
#14A1CCRGB
rgb(20, 161, 204)HSL
hsl(194, 82%, 44%)OKLCH
oklch(0.661 0.123 226.2)CMYK
cmyk(90%, 21%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1291B8
2#1081A3
3#0E718F
4#0C617B
5#0A5166
6#084152
7#06303D
8#042029
9#021014
Tints
Lighter variations
1#17B6E6
2#2FBFEA
3#49C7ED
4#63CFF0
5#7DD7F2
6#97DFF5
7#B1E7F7
8#CBEFFA
9#E5F7FC
Tones
Muted variations
1#1D9CC3
2#2797BA
3#3093B1
4#398EA7
5#42899E
6#4B8495
7#557F8C
8#5E7A83
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 | C3EC #C3ECF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94DE #94DEF4 | BordersInactive statesPlaceholder text |
| 400 | 5DCD #5DCDEF | Disabled statesSecondary iconsMuted text |
| 500 | 2EBE #2EBEEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 14A1 #14A1CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1080 #1080A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B5C #0B5C74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 073B #073B4A | 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: #C3ECF9;
--dodger-blue-300: #94DEF4;
--dodger-blue-400: #5DCDEF;
--dodger-blue-500: #2EBEEA;
--dodger-blue-600: #14A1CC;
--dodger-blue-700: #1080A2;
--dodger-blue-800: #0B5C74;
--dodger-blue-900: #073B4A;
--dodger-blue-950: #05252E;
}