Teal
#12606E
CyanColor Codes
All color formats for development
HEX
#12606ERGB
rgb(18, 96, 110)HSL
hsl(189, 72%, 25%)OKLCH
oklch(0.451 0.073 213.2)CMYK
cmyk(84%, 13%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#105663
2#0E4D58
3#0C434D
4#0B3A42
5#093037
6#07262C
7#051D21
8#041316
9#020A0B
Tints
Lighter variations
1#177D8F
2#1D99AF
3#22B6D0
4#3AC6DF
5#5BD0E4
6#7BD9EA
7#9CE3EF
8#BDECF4
9#DEF6FA
Tones
Muted variations
1#165D69
2#1B5964
3#205660
4#24535B
5#295057
6#2D4D52
7#32494E
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 | E0F6 #E0F6FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6EF #C6EFF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AE2 #9AE2EF | BordersInactive statesPlaceholder text |
| 400 | 65D3 #65D3E6 | Disabled statesSecondary iconsMuted text |
| 500 | 3AC6 #3AC6DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FA9 #1FA9C1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1986 #19869A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1260 #12606E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B3D #0B3D46 | Primary textHigh emphasis contentDark headings |
| 950 | 0726 #07262C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FBFD;
--teal-100: #E0F6FA;
--teal-200: #C6EFF6;
--teal-300: #9AE2EF;
--teal-400: #65D3E6;
--teal-500: #3AC6DF;
--teal-600: #1FA9C1;
--teal-700: #19869A;
--teal-800: #12606E;
--teal-900: #0B3D46;
--teal-950: #07262C;
}