Teal
#15606A
CyanColor Codes
All color formats for development
HEX
#15606ARGB
rgb(21, 96, 106)HSL
hsl(187, 67%, 25%)OKLCH
oklch(0.45 0.071 208.4)CMYK
cmyk(80%, 9%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#135760
2#114D55
3#0F444B
4#0D3A40
5#0B3035
6#08272B
7#061D20
8#041315
9#020A0B
Tints
Lighter variations
1#1B7D8A
2#229AAA
3#28B7CA
4#3FC7D9
5#5FD0DF
6#7FDAE6
7#9FE3EC
8#BFECF2
9#DFF6F9
Tones
Muted variations
1#195D66
2#1E5A62
3#22575E
4#265359
5#2A5055
6#2F4D51
7#334A4D
8#374648
9#3B4344
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;
}