Teal
#19869A
CyanColor Codes
All color formats for development
HEX
#19869ARGB
rgb(25, 134, 154)HSL
hsl(189, 72%, 35%)OKLCH
oklch(0.572 0.095 213.9)CMYK
cmyk(84%, 13%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16798A
2#146B7B
3#115E6B
4#0F515C
5#0C434D
6#0A363D
7#07282E
8#051B1F
9#020D0F
Tints
Lighter variations
1#1E9FB6
2#22B8D3
3#37C5DF
4#54CEE3
5#70D6E8
6#8DDEEC
7#A9E6F1
8#C6EFF6
9#E2F7FA
Tones
Muted variations
1#1F8293
2#267D8D
3#2C7986
4#337480
5#397079
6#406B73
7#46676D
8#4C6266
9#535E60
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;
}