Teal
#15656A
CyanColor Codes
All color formats for development
HEX
#15656ARGB
rgb(21, 101, 106)HSL
hsl(184, 67%, 25%)OKLCH
oklch(0.464 0.073 201.4)CMYK
cmyk(80%, 5%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#135B60
2#115155
3#0F474B
4#0D3C40
5#0B3235
6#08282B
7#061E20
8#041415
9#020A0B
Tints
Lighter variations
1#1B838A
2#22A1AA
3#28BFCA
4#3FCFD9
5#5FD7DF
6#7FDFE6
7#9FE7EC
8#BFEFF2
9#DFF7F9
Tones
Muted variations
1#196166
2#1E5D62
3#225A5E
4#265659
5#2A5255
6#2F4F51
7#334B4D
8#374748
9#3B4344
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;
}