Teal
#1D8395
CyanColor Codes
All color formats for development
HEX
#1D8395RGB
rgb(29, 131, 149)HSL
hsl(189, 67%, 35%)OKLCH
oklch(0.563 0.091 212.8)CMYK
cmyk(81%, 12%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B7686
2#186977
3#155C68
4#124F59
5#0F424B
6#0C343C
7#09272D
8#061A1E
9#030D0F
Tints
Lighter variations
1#239BB1
2#28B4CC
3#3DC1D9
4#59CADE
5#75D3E4
6#90DCE9
7#ACE5EF
8#C8EDF4
9#E3F6FA
Tones
Muted variations
1#237F8F
2#297B89
3#2F7783
4#35727D
5#3B6E77
6#416A71
7#47666B
8#4D6265
9#535D5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F6 #E1F6F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8ED #C8EDF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DE0 #9DE0EC | BordersInactive statesPlaceholder text |
| 400 | 6AD0 #6AD0E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3FC2 #3FC2D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25A5 #25A5BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D83 #1D8395 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 155E #155E6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D3C #0D3C44 | 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: #F2FBFC;
--teal-100: #E1F6F9;
--teal-200: #C8EDF4;
--teal-300: #9DE0EC;
--teal-400: #6AD0E2;
--teal-500: #3FC2D9;
--teal-600: #25A5BB;
--teal-700: #1D8395;
--teal-800: #155E6A;
--teal-900: #0D3C44;
--teal-950: #08252B;
}