Teal
#1D8696
CyanColor Codes
All color formats for development
HEX
#1D8696RGB
rgb(29, 134, 150)HSL
hsl(188, 68%, 35%)OKLCH
oklch(0.571 0.092 210.5)CMYK
cmyk(81%, 11%, 0%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A7887
2#176B78
3#145E69
4#11505A
5#0E434B
6#0B363C
7#09282D
8#061B1E
9#030D0F
Tints
Lighter variations
1#229FB2
2#27B7CE
3#3CC5DA
4#58CDDF
5#74D5E4
6#90DEEA
7#ABE6EF
8#C7EEF4
9#E3F7FA
Tones
Muted variations
1#238190
2#297D8A
3#2F7884
4#35747E
5#3B7078
6#416B72
7#47676B
8#4D6265
9#535E5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F6 #E1F6F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7EE #C7EEF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CE2 #9CE2EC | BordersInactive statesPlaceholder text |
| 400 | 69D2 #69D2E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3EC5 #3EC5DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 24A8 #24A8BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D86 #1D8696 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1460 #14606B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D3D #0D3D45 | Primary textHigh emphasis contentDark headings |
| 950 | 0826 #08262B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FBFD;
--teal-100: #E1F6F9;
--teal-200: #C7EEF4;
--teal-300: #9CE2EC;
--teal-400: #69D2E2;
--teal-500: #3EC5DA;
--teal-600: #24A8BC;
--teal-700: #1D8696;
--teal-800: #14606B;
--teal-900: #0D3D45;
--teal-950: #08262B;
}