Teal
#135C6C
CyanColor Codes
All color formats for development
HEX
#135C6CRGB
rgb(19, 92, 108)HSL
hsl(191, 70%, 25%)OKLCH
oklch(0.44 0.072 216.5)CMYK
cmyk(82%, 15%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#115362
2#0F4A57
3#0D404C
4#0B3741
5#0A2E36
6#08252B
7#061C21
8#041216
9#02090B
Tints
Lighter variations
1#19788D
2#1F93AD
3#24AFCE
4#3CBFDD
5#5CCAE2
6#7DD4E8
7#9DDFEE
8#BEEAF4
9#DEF4F9
Tones
Muted variations
1#185968
2#1C5663
3#21545F
4#25515B
5#294E56
6#2E4B52
7#32484D
8#374549
9#3B4344
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F5 #E1F5FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7ED #C7EDF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BDE #9BDEED | BordersInactive statesPlaceholder text |
| 400 | 67CD #67CDE4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CBF #3CBFDD | Primary brand colorCTAsActive elementsLinks |
| 600 | 22A2 #22A2BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B81 #1B8198 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 135C #135C6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C3B #0C3B45 | Primary textHigh emphasis contentDark headings |
| 950 | 0825 #08252B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FBFD;
--teal-100: #E1F5FA;
--teal-200: #C7EDF5;
--teal-300: #9BDEED;
--teal-400: #67CDE4;
--teal-500: #3CBFDD;
--teal-600: #22A2BF;
--teal-700: #1B8198;
--teal-800: #135C6C;
--teal-900: #0C3B45;
--teal-950: #08252B;
}