Dodger Blue
#1AC1C7
CyanColor Codes
All color formats for development
HEX
#1AC1C7RGB
rgb(26, 193, 199)HSL
hsl(182, 77%, 44%)OKLCH
oklch(0.738 0.122 198.9)CMYK
cmyk(87%, 3%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#17AEB3
2#159A9F
3#12878B
4#0F7477
5#0D6063
6#0A4D4F
7#083A3C
8#052728
9#031314
Tints
Lighter variations
1#1DD9E0
2#35DFE5
3#4EE3E8
4#67E7EB
5#81EBEF
6#9AEFF2
7#B3F3F5
8#CCF7F8
9#E6FBFC
Tones
Muted variations
1#22B9BE
2#2BB1B5
3#34A9AD
4#3CA1A4
5#45999B
6#4E9093
7#56888A
8#5F8081
9#687879
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFA #DFFAFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F6 #C4F6F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97EE #97EEF2 | BordersInactive statesPlaceholder text |
| 400 | 61E6 #61E6EA | Disabled statesSecondary iconsMuted text |
| 500 | 34DF #34DFE5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC1 #1AC1C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1599 #15999E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F6E #0F6E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0946 #094648 | Primary textHigh emphasis contentDark headings |
| 950 | 062C #062C2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FDFD;
--dodger-blue-100: #DFFAFB;
--dodger-blue-200: #C4F6F7;
--dodger-blue-300: #97EEF2;
--dodger-blue-400: #61E6EA;
--dodger-blue-500: #34DFE5;
--dodger-blue-600: #1AC1C7;
--dodger-blue-700: #15999E;
--dodger-blue-800: #0F6E71;
--dodger-blue-900: #094648;
--dodger-blue-950: #062C2D;
}