Teal
#219091
CyanColor Codes
All color formats for development
HEX
#219091RGB
rgb(33, 144, 145)HSL
hsl(181, 63%, 35%)OKLCH
oklch(0.596 0.094 195.9)CMYK
cmyk(77%, 1%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E8183
2#1A7374
3#176566
4#145657
5#114849
6#0D393A
7#0A2B2C
8#071D1D
9#030E0F
Tints
Lighter variations
1#27AAAC
2#2DC5C8
3#42D2D4
4#5DD8DA
5#78DFE0
6#93E5E6
7#AEECED
8#C9F2F3
9#E4F9F9
Tones
Muted variations
1#278A8C
2#2C8586
3#327F81
4#387A7B
5#3D7475
6#436F70
7#486A6A
8#4E6464
9#545F5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F2 #C9F2F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE8 #9FE8E9 | BordersInactive statesPlaceholder text |
| 400 | 6EDC #6EDCDE | Disabled statesSecondary iconsMuted text |
| 500 | 44D2 #44D2D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB5 #2AB5B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2190 #219091 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1867 #186768 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F42 #0F4243 | Primary textHigh emphasis contentDark headings |
| 950 | 0929 #09292A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FCFC;
--teal-100: #E2F8F8;
--teal-200: #C9F2F3;
--teal-300: #9FE8E9;
--teal-400: #6EDCDE;
--teal-500: #44D2D5;
--teal-600: #2AB5B7;
--teal-700: #219091;
--teal-800: #186768;
--teal-900: #0F4243;
--teal-950: #09292A;
}