Dodger Blue
#1CC4C4
CyanColor Codes
All color formats for development
HEX
#1CC4C4RGB
rgb(28, 196, 196)HSL
hsl(180, 75%, 44%)OKLCH
oklch(0.745 0.123 194.8)CMYK
cmyk(86%, 0%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19B1B1
2#169D9D
3#148989
4#117676
5#0E6262
6#0B4F4F
7#083B3B
8#062727
9#031414
Tints
Lighter variations
1#20DDDD
2#37E2E2
3#50E6E6
4#69EAEA
5#82EDED
6#9BF1F1
7#B4F4F4
8#CDF8F8
9#E6FBFB
Tones
Muted variations
1#24BCBC
2#2DB4B4
3#35ABAB
4#3EA3A3
5#469A9A
6#4F9292
7#578989
8#5F8181
9#687979
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F0 #98F0F0 | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E9E9 | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E2E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC4C4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C9C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #107070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A4747 | 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: #F2FDFD;
--dodger-blue-100: #E0FBFB;
--dodger-blue-200: #C5F7F7;
--dodger-blue-300: #98F0F0;
--dodger-blue-400: #63E9E9;
--dodger-blue-500: #36E2E2;
--dodger-blue-600: #1CC4C4;
--dodger-blue-700: #169C9C;
--dodger-blue-800: #107070;
--dodger-blue-900: #0A4747;
--dodger-blue-950: #062D2D;
}