Teal
#125B6E
CyanColor Codes
All color formats for development
HEX
#125B6ERGB
rgb(18, 91, 110)HSL
hsl(192, 72%, 25%)OKLCH
oklch(0.438 0.074 220.2)CMYK
cmyk(84%, 17%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#105263
2#0E4958
3#0C404D
4#0B3742
5#092E37
6#07252C
7#051B21
8#041216
9#02090B
Tints
Lighter variations
1#17778F
2#1D92AF
3#22ADD0
4#3ABEDF
5#5BC9E4
6#7BD4EA
7#9CDEEF
8#BDE9F4
9#DEF4FA
Tones
Muted variations
1#165969
2#1B5664
3#205360
4#24505B
5#294E57
6#2D4B52
7#32484E
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 | E0F5 #E0F5FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6EC #C6ECF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ADE #9ADEEF | BordersInactive statesPlaceholder text |
| 400 | 65CC #65CCE6 | Disabled statesSecondary iconsMuted text |
| 500 | 3ABE #3ABEDF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FA1 #1FA1C1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1980 #19809A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 125B #125B6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B3A #0B3A46 | Primary textHigh emphasis contentDark headings |
| 950 | 0725 #07252C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FBFD;
--teal-100: #E0F5FA;
--teal-200: #C6ECF6;
--teal-300: #9ADEEF;
--teal-400: #65CCE6;
--teal-500: #3ABEDF;
--teal-600: #1FA1C1;
--teal-700: #19809A;
--teal-800: #125B6E;
--teal-900: #0B3A46;
--teal-950: #07252C;
}