Dodger Blue
#14BDCC
CyanColor Codes
All color formats for development
HEX
#14BDCCRGB
rgb(20, 189, 204)HSL
hsl(185, 82%, 44%)OKLCH
oklch(0.73 0.122 205.1)CMYK
cmyk(90%, 7%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#12AAB8
2#1097A3
3#0E848F
4#0C717B
5#0A5E66
6#084C52
7#06393D
8#042629
9#021314
Tints
Lighter variations
1#17D5E6
2#2FDBEA
3#49DFED
4#63E4F0
5#7DE8F2
6#97EDF5
7#B1F1F7
8#CBF6FA
9#E5FAFC
Tones
Muted variations
1#1DB5C3
2#27AEBA
3#30A6B1
4#399EA7
5#42979E
6#4B8F95
7#55878C
8#5E8083
9#677879
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF9 #DFF9FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F5 #C3F5F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94EC #94ECF4 | BordersInactive statesPlaceholder text |
| 400 | 5DE3 #5DE3EF | Disabled statesSecondary iconsMuted text |
| 500 | 2EDB #2EDBEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 14BD #14BDCC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1096 #1096A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B6B #0B6B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0745 #07454A | Primary textHigh emphasis contentDark headings |
| 950 | 052B #052B2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FDFE;
--dodger-blue-100: #DFF9FC;
--dodger-blue-200: #C3F5F9;
--dodger-blue-300: #94ECF4;
--dodger-blue-400: #5DE3EF;
--dodger-blue-500: #2EDBEA;
--dodger-blue-600: #14BDCC;
--dodger-blue-700: #1096A2;
--dodger-blue-800: #0B6B74;
--dodger-blue-900: #07454A;
--dodger-blue-950: #052B2E;
}