Teal
#1E8894
CyanColor Codes
All color formats for development
HEX
#1E8894RGB
rgb(30, 136, 148)HSL
hsl(186, 66%, 35%)OKLCH
oklch(0.576 0.091 206.6)CMYK
cmyk(80%, 8%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B7B85
2#186D77
3#155F68
4#125259
5#0F444A
6#0C373B
7#09292C
8#061B1E
9#030E0F
Tints
Lighter variations
1#24A2B0
2#2ABBCB
3#3EC8D8
4#5AD0DD
5#75D8E3
6#91E0E8
7#ACE8EE
8#C8EFF4
9#E3F7F9
Tones
Muted variations
1#24848E
2#2A7F88
3#307A82
4#36767D
5#3C7177
6#426C71
7#48676B
8#4D6365
9#535E5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F7 #E1F7F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8EF #C8EFF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EE3 #9EE3EB | BordersInactive statesPlaceholder text |
| 400 | 6BD5 #6BD5E1 | Disabled statesSecondary iconsMuted text |
| 500 | 41C9 #41C9D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26AB #26ABBA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E88 #1E8894 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1661 #16616A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E3E #0E3E44 | Primary textHigh emphasis contentDark headings |
| 950 | 0927 #09272A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FBFC;
--teal-100: #E1F7F9;
--teal-200: #C8EFF4;
--teal-300: #9EE3EB;
--teal-400: #6BD5E1;
--teal-500: #41C9D8;
--teal-600: #26ABBA;
--teal-700: #1E8894;
--teal-800: #16616A;
--teal-900: #0E3E44;
--teal-950: #09272A;
}