Teal
#1D8795
CyanColor Codes
All color formats for development
HEX
#1D8795RGB
rgb(29, 135, 149)HSL
hsl(187, 67%, 35%)OKLCH
oklch(0.573 0.092 208.6)CMYK
cmyk(81%, 9%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B7A86
2#186C77
3#155F68
4#125159
5#0F444B
6#0C363C
7#09292D
8#061B1E
9#030E0F
Tints
Lighter variations
1#23A0B1
2#28B9CC
3#3DC7D9
4#59CFDE
5#75D7E4
6#90DFE9
7#ACE7EF
8#C8EFF4
9#E3F7FA
Tones
Muted variations
1#23838F
2#297E89
3#2F7983
4#35757D
5#3B7077
6#416C71
7#47676B
8#4D6265
9#535E5F
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 | C8EF #C8EFF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DE2 #9DE2EC | BordersInactive statesPlaceholder text |
| 400 | 6AD4 #6AD4E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3FC7 #3FC7D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25AA #25AABB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D87 #1D8795 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1560 #15606A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D3E #0D3E44 | 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: #F2FBFC;
--teal-100: #E1F6F9;
--teal-200: #C8EFF4;
--teal-300: #9DE2EC;
--teal-400: #6AD4E2;
--teal-500: #3FC7D9;
--teal-600: #25AABB;
--teal-700: #1D8795;
--teal-800: #15606A;
--teal-900: #0D3E44;
--teal-950: #08272B;
}