Dodger Blue
#14B1CC
CyanColor Codes
All color formats for development
HEX
#14B1CCRGB
rgb(20, 177, 204)HSL
hsl(189, 82%, 44%)OKLCH
oklch(0.7 0.12 214.1)CMYK
cmyk(90%, 13%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#129FB8
2#108DA3
3#0E7C8F
4#0C6A7B
5#0A5866
6#084752
7#06353D
8#042329
9#021214
Tints
Lighter variations
1#17C7E6
2#2FCEEA
3#49D4ED
4#63DBF0
5#7DE1F2
6#97E7F5
7#B1EDF7
8#CBF3FA
9#E5F9FC
Tones
Muted variations
1#1DAAC3
2#27A4BA
3#309DB1
4#3997A7
5#42909E
6#4B8A95
7#55848C
8#5E7D83
9#677779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF7 #DFF7FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F1 #C3F1F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94E6 #94E6F4 | BordersInactive statesPlaceholder text |
| 400 | 5DD9 #5DD9EF | Disabled statesSecondary iconsMuted text |
| 500 | 2ECE #2ECEEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 14B1 #14B1CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 108C #108CA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B64 #0B6474 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0740 #07404A | Primary textHigh emphasis contentDark headings |
| 950 | 0528 #05282E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FCFE;
--dodger-blue-100: #DFF7FC;
--dodger-blue-200: #C3F1F9;
--dodger-blue-300: #94E6F4;
--dodger-blue-400: #5DD9EF;
--dodger-blue-500: #2ECEEA;
--dodger-blue-600: #14B1CC;
--dodger-blue-700: #108CA2;
--dodger-blue-800: #0B6474;
--dodger-blue-900: #07404A;
--dodger-blue-950: #05282E;
}