Teal
#11596E
CyanColor Codes
All color formats for development
HEX
#11596ERGB
rgb(17, 89, 110)HSL
hsl(194, 73%, 25%)OKLCH
oklch(0.432 0.074 222.9)CMYK
cmyk(85%, 19%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F5063
2#0E4758
3#0C3E4D
4#0A3542
5#092C37
6#07232C
7#051B21
8#031216
9#02090B
Tints
Lighter variations
1#16738F
2#1C8EB0
3#21A8D2
4#38B9E0
5#5AC5E5
6#7BD0EA
7#9CDCF0
8#BDE8F5
9#DEF3FA
Tones
Muted variations
1#16566A
2#1B5465
3#1F5160
4#244F5C
5#284C57
6#2D4A52
7#32474E
8#364549
9#3B4244
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F4 #E0F4FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6EB #C6EBF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ADB #9ADBEF | BordersInactive statesPlaceholder text |
| 400 | 65C8 #65C8E7 | Disabled statesSecondary iconsMuted text |
| 500 | 38B9 #38B9E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E9C #1E9CC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 187C #187C9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1159 #11596E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B39 #0B3947 | Primary textHigh emphasis contentDark headings |
| 950 | 0723 #07232C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FAFD;
--teal-100: #E0F4FA;
--teal-200: #C6EBF6;
--teal-300: #9ADBEF;
--teal-400: #65C8E7;
--teal-500: #38B9E0;
--teal-600: #1E9CC2;
--teal-700: #187C9A;
--teal-800: #11596E;
--teal-900: #0B3947;
--teal-950: #07232C;
}