Teal
#12666E
CyanColor Codes
All color formats for development
HEX
#12666ERGB
rgb(18, 102, 110)HSL
hsl(185, 72%, 25%)OKLCH
oklch(0.468 0.075 204.9)CMYK
cmyk(84%, 7%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#105C63
2#0E5258
3#0C474D
4#0B3D42
5#093337
6#07292C
7#051F21
8#041416
9#020A0B
Tints
Lighter variations
1#17858F
2#1DA3AF
3#22C2D0
4#3AD1DF
5#5BD9E4
6#7BE0EA
7#9CE8EF
8#BDF0F4
9#DEF7FA
Tones
Muted variations
1#166269
2#1B5E64
3#205B60
4#24575B
5#295357
6#2D4F52
7#324B4E
8#374749
9#3B4444
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F8 #E0F8FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F2 #C6F2F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AE8 #9AE8EF | BordersInactive statesPlaceholder text |
| 400 | 65DB #65DBE6 | Disabled statesSecondary iconsMuted text |
| 500 | 3AD1 #3AD1DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FB4 #1FB4C1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 198F #198F9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1266 #12666E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B41 #0B4146 | Primary textHigh emphasis contentDark headings |
| 950 | 0729 #07292C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFD;
--teal-100: #E0F8FA;
--teal-200: #C6F2F6;
--teal-300: #9AE8EF;
--teal-400: #65DBE6;
--teal-500: #3AD1DF;
--teal-600: #1FB4C1;
--teal-700: #198F9A;
--teal-800: #12666E;
--teal-900: #0B4146;
--teal-950: #07292C;
}