Teal
#135E6C
CyanColor Codes
All color formats for development
HEX
#135E6CRGB
rgb(19, 94, 108)HSL
hsl(189, 70%, 25%)OKLCH
oklch(0.445 0.072 213.6)CMYK
cmyk(82%, 13%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#115562
2#0F4C57
3#0D424C
4#0B3941
5#0A2F36
6#08262B
7#061C21
8#041316
9#02090B
Tints
Lighter variations
1#197B8D
2#1F98AD
3#24B4CE
4#3CC4DD
5#5CCEE2
6#7DD8E8
7#9DE2EE
8#BEEBF4
9#DEF5F9
Tones
Muted variations
1#185C68
2#1C5963
3#21565F
4#25525B
5#294F56
6#2E4C52
7#32494D
8#374649
9#3B4344
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F6 #E1F6FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7EE #C7EEF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BE1 #9BE1ED | BordersInactive statesPlaceholder text |
| 400 | 67D1 #67D1E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CC4 #3CC4DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 22A7 #22A7BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B85 #1B8598 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 135F #135F6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C3D #0C3D45 | Primary textHigh emphasis contentDark headings |
| 950 | 0826 #08262B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FBFD;
--teal-100: #E1F6FA;
--teal-200: #C7EEF5;
--teal-300: #9BE1ED;
--teal-400: #67D1E4;
--teal-500: #3CC4DD;
--teal-600: #22A7BF;
--teal-700: #1B8598;
--teal-800: #135F6C;
--teal-900: #0C3D45;
--teal-950: #08262B;
}