Teal
#1D8896
CyanColor Codes
All color formats for development
HEX
#1D8896RGB
rgb(29, 136, 150)HSL
hsl(187, 68%, 35%)OKLCH
oklch(0.576 0.092 208.4)CMYK
cmyk(81%, 9%, 0%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A7A87
2#176D78
3#145F69
4#11515A
5#0E444B
6#0B363C
7#09292D
8#061B1E
9#030E0F
Tints
Lighter variations
1#22A1B2
2#27BACE
3#3CC7DA
4#58CFDF
5#74D7E4
6#90DFEA
7#ABE7EF
8#C7EFF4
9#E3F7FA
Tones
Muted variations
1#238390
2#297E8A
3#2F7A84
4#35757E
5#3B7178
6#416C72
7#47676B
8#4D6365
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 | C7EF #C7EFF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CE3 #9CE3EC | BordersInactive statesPlaceholder text |
| 400 | 69D4 #69D4E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3EC8 #3EC8DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 24AB #24ABBC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D88 #1D8896 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1461 #14616B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D3E #0D3E45 | Primary textHigh emphasis contentDark headings |
| 950 | 0827 #08272B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FBFD;
--teal-100: #E1F6F9;
--teal-200: #C7EFF4;
--teal-300: #9CE3EC;
--teal-400: #69D4E2;
--teal-500: #3EC8DA;
--teal-600: #24ABBC;
--teal-700: #1D8896;
--teal-800: #14616B;
--teal-900: #0D3E45;
--teal-950: #08272B;
}