Teal
#15636A
CyanColor Codes
All color formats for development
HEX
#15636ARGB
rgb(21, 99, 106)HSL
hsl(185, 67%, 25%)OKLCH
oklch(0.458 0.072 204.1)CMYK
cmyk(80%, 7%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#135960
2#114F55
3#0F464B
4#0D3C40
5#0B3235
6#08282B
7#061E20
8#041415
9#020A0B
Tints
Lighter variations
1#1B818A
2#229FAA
3#28BDCA
4#3FCCD9
5#5FD5DF
6#7FDDE6
7#9FE6EC
8#BFEEF2
9#DFF7F9
Tones
Muted variations
1#196066
2#1E5C62
3#22595E
4#265559
5#2A5255
6#2F4E51
7#334A4D
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 | E1F7 #E1F7F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F0 #C8F0F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DE5 #9DE5EC | BordersInactive statesPlaceholder text |
| 400 | 6AD8 #6AD8E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3FCC #3FCCD9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25AF #25AFBB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D8B #1D8B95 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1563 #15636A | 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: #E1F7F9;
--teal-200: #C8F0F4;
--teal-300: #9DE5EC;
--teal-400: #6AD8E2;
--teal-500: #3FCCD9;
--teal-600: #25AFBB;
--teal-700: #1D8B95;
--teal-800: #15636A;
--teal-900: #0D4044;
--teal-950: #08282B;
}