Teal
#1D8D95
CyanColor Codes
All color formats for development
HEX
#1D8D95RGB
rgb(29, 141, 149)HSL
hsl(184, 67%, 35%)OKLCH
oklch(0.589 0.094 202.4)CMYK
cmyk(81%, 5%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B7F86
2#187177
3#156368
4#125559
5#0F474B
6#0C383C
7#092A2D
8#061C1E
9#030E0F
Tints
Lighter variations
1#23A7B1
2#28C1CC
3#3DCED9
4#59D5DE
5#75DCE4
6#90E3E9
7#ACEAEF
8#C8F1F4
9#E3F8FA
Tones
Muted variations
1#23888F
2#298389
3#2F7E83
4#35787D
5#3B7377
6#416E71
7#47696B
8#4D6465
9#535E5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F8 #E1F8F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F1 #C8F1F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DE6 #9DE6EC | BordersInactive statesPlaceholder text |
| 400 | 6ADA #6ADAE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3FCF #3FCFD9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25B1 #25B1BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D8D #1D8D95 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1565 #15656A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D40 #0D4044 | Primary textHigh emphasis contentDark headings |
| 950 | 0828 #08282B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFC;
--teal-100: #E1F8F9;
--teal-200: #C8F1F4;
--teal-300: #9DE6EC;
--teal-400: #6ADAE2;
--teal-500: #3FCFD9;
--teal-600: #25B1BB;
--teal-700: #1D8D95;
--teal-800: #15656A;
--teal-900: #0D4044;
--teal-950: #08282B;
}