Dodger Blue
#14B7CC
CyanColor Codes
All color formats for development
HEX
#14B7CCRGB
rgb(20, 183, 204)HSL
hsl(187, 82%, 44%)OKLCH
oklch(0.715 0.121 209.5)CMYK
cmyk(90%, 10%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#12A4B8
2#1092A3
3#0E808F
4#0C6E7B
5#0A5B66
6#084952
7#06373D
8#042529
9#021214
Tints
Lighter variations
1#17CEE6
2#2FD5EA
3#49DAED
4#63DFF0
5#7DE4F2
6#97EAF5
7#B1EFF7
8#CBF4FA
9#E5FAFC
Tones
Muted variations
1#1DB0C3
2#27A9BA
3#30A2B1
4#399BA7
5#42939E
6#4B8C95
7#55858C
8#5E7E83
9#677779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF8 #DFF8FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F3 #C3F3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94E9 #94E9F4 | BordersInactive statesPlaceholder text |
| 400 | 5DDE #5DDEEF | Disabled statesSecondary iconsMuted text |
| 500 | 2ED4 #2ED4EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 14B7 #14B7CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1091 #1091A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B68 #0B6874 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0742 #07424A | Primary textHigh emphasis contentDark headings |
| 950 | 052A #052A2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FCFE;
--dodger-blue-100: #DFF8FC;
--dodger-blue-200: #C3F3F9;
--dodger-blue-300: #94E9F4;
--dodger-blue-400: #5DDEEF;
--dodger-blue-500: #2ED4EA;
--dodger-blue-600: #14B7CC;
--dodger-blue-700: #1091A2;
--dodger-blue-800: #0B6874;
--dodger-blue-900: #07424A;
--dodger-blue-950: #052A2E;
}