Dodger Blue
#14C3CC
CyanColor Codes
All color formats for development
HEX
#14C3CCRGB
rgb(20, 195, 204)HSL
hsl(183, 82%, 44%)OKLCH
oklch(0.744 0.124 200.8)CMYK
cmyk(90%, 4%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#12B0B8
2#109CA3
3#0E898F
4#0C757B
5#0A6266
6#084E52
7#063B3D
8#042729
9#021414
Tints
Lighter variations
1#17DCE6
2#2FE1EA
3#49E5ED
4#63E9F0
5#7DECF2
6#97F0F5
7#B1F4F7
8#CBF8FA
9#E5FBFC
Tones
Muted variations
1#1DBBC3
2#27B2BA
3#30AAB1
4#39A2A7
5#429A9E
6#4B9195
7#55898C
8#5E8183
9#677879
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFA #DFFAFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F6 #C3F6F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F0 #94F0F4 | BordersInactive statesPlaceholder text |
| 400 | 5DE8 #5DE8EF | Disabled statesSecondary iconsMuted text |
| 500 | 2EE1 #2EE1EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 14C3 #14C3CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 109B #109BA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B6F #0B6F74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0747 #07474A | Primary textHigh emphasis contentDark headings |
| 950 | 052C #052C2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FDFE;
--dodger-blue-100: #DFFAFC;
--dodger-blue-200: #C3F6F9;
--dodger-blue-300: #94F0F4;
--dodger-blue-400: #5DE8EF;
--dodger-blue-500: #2EE1EA;
--dodger-blue-600: #14C3CC;
--dodger-blue-700: #109BA2;
--dodger-blue-800: #0B6F74;
--dodger-blue-900: #07474A;
--dodger-blue-950: #052C2E;
}