Teal
#1E8694
CyanColor Codes
All color formats for development
HEX
#1E8694RGB
rgb(30, 134, 148)HSL
hsl(187, 66%, 35%)OKLCH
oklch(0.57 0.091 208.7)CMYK
cmyk(80%, 9%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B7985
2#186C77
3#155E68
4#125159
5#0F434A
6#0C363B
7#09282C
8#061B1E
9#030D0F
Tints
Lighter variations
1#249FB0
2#2AB8CB
3#3EC6D8
4#5ACEDD
5#75D6E3
6#91DEE8
7#ACE6EE
8#C8EFF4
9#E3F7F9
Tones
Muted variations
1#24828E
2#2A7D88
3#307982
4#36747D
5#3C7077
6#426B71
7#48676B
8#4D6265
9#535E5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F6 #E1F6F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8EF #C8EFF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EE2 #9EE2EB | BordersInactive statesPlaceholder text |
| 400 | 6BD3 #6BD3E1 | Disabled statesSecondary iconsMuted text |
| 500 | 41C6 #41C6D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26A9 #26A9BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E86 #1E8694 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1660 #16606A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E3D #0E3D44 | Primary textHigh emphasis contentDark headings |
| 950 | 0926 #09262A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FBFC;
--teal-100: #E1F6F9;
--teal-200: #C8EFF4;
--teal-300: #9EE2EB;
--teal-400: #6BD3E1;
--teal-500: #41C6D8;
--teal-600: #26A9BA;
--teal-700: #1E8694;
--teal-800: #16606A;
--teal-900: #0E3D44;
--teal-950: #09262A;
}