Dodger Blue
#1AC7C7
CyanColor Codes
All color formats for development
HEX
#1AC7C7RGB
rgb(26, 199, 199)HSL
hsl(180, 77%, 44%)OKLCH
oklch(0.753 0.125 194.8)CMYK
cmyk(87%, 0%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#17B3B3
2#159F9F
3#128B8B
4#0F7777
5#0D6363
6#0A4F4F
7#083C3C
8#052828
9#031414
Tints
Lighter variations
1#1DE0E0
2#35E5E5
3#4EE8E8
4#67EBEB
5#81EFEF
6#9AF2F2
7#B3F5F5
8#CCF8F8
9#E6FCFC
Tones
Muted variations
1#22BEBE
2#2BB5B5
3#34ADAD
4#3CA4A4
5#459B9B
6#4E9393
7#568A8A
8#5F8181
9#687979
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2F2 | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EAEA | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E5E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC7C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E9E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F7171 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #094848 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FDFD;
--dodger-blue-100: #DFFBFB;
--dodger-blue-200: #C4F7F7;
--dodger-blue-300: #97F2F2;
--dodger-blue-400: #61EAEA;
--dodger-blue-500: #34E5E5;
--dodger-blue-600: #1AC7C7;
--dodger-blue-700: #159E9E;
--dodger-blue-800: #0F7171;
--dodger-blue-900: #094848;
--dodger-blue-950: #062D2D;
}