Teal
#1D8296
CyanColor Codes
All color formats for development
HEX
#1D8296RGB
rgb(29, 130, 150)HSL
hsl(190, 68%, 35%)OKLCH
oklch(0.561 0.092 214.8)CMYK
cmyk(81%, 13%, 0%, 41%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A7587
2#176878
3#145B69
4#114E5A
5#0E414B
6#0B343C
7#09272D
8#061A1E
9#030D0F
Tints
Lighter variations
1#229AB2
2#27B2CE
3#3CC0DA
4#58C9DF
5#74D2E4
6#90DBEA
7#ABE4EF
8#C7EDF4
9#E3F6FA
Tones
Muted variations
1#237E90
2#297A8A
3#2F7684
4#35727E
5#3B6D78
6#416972
7#47656B
8#4D6165
9#535D5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F5 #E1F5F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7ED #C7EDF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CDF #9CDFEC | BordersInactive statesPlaceholder text |
| 400 | 69CE #69CEE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3EC0 #3EC0DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 24A3 #24A3BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D82 #1D8296 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 145D #145D6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D3B #0D3B45 | Primary textHigh emphasis contentDark headings |
| 950 | 0825 #08252B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FBFD;
--teal-100: #E1F5F9;
--teal-200: #C7EDF4;
--teal-300: #9CDFEC;
--teal-400: #69CEE2;
--teal-500: #3EC0DA;
--teal-600: #24A3BC;
--teal-700: #1D8296;
--teal-800: #145D6B;
--teal-900: #0D3B45;
--teal-950: #08252B;
}