Teal
#218E91
CyanColor Codes
All color formats for development
HEX
#218E91RGB
rgb(33, 142, 145)HSL
hsl(182, 63%, 35%)OKLCH
oklch(0.591 0.093 197.8)CMYK
cmyk(77%, 2%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E8083
2#1A7174
3#176366
4#145557
5#114749
6#0D393A
7#0A2B2C
8#071C1D
9#030E0F
Tints
Lighter variations
1#27A8AC
2#2DC2C8
3#42CFD4
4#5DD6DA
5#78DDE0
6#93E4E6
7#AEEBED
8#C9F1F3
9#E4F8F9
Tones
Muted variations
1#27888C
2#2C8386
3#327E81
4#38797B
5#3D7375
6#436E70
7#48696A
8#4E6464
9#545E5F
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 | C9F1 #C9F1F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE7 #9FE7E9 | BordersInactive statesPlaceholder text |
| 400 | 6EDA #6EDADE | Disabled statesSecondary iconsMuted text |
| 500 | 44D0 #44D0D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB2 #2AB2B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 218E #218E91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1865 #186568 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F41 #0F4143 | Primary textHigh emphasis contentDark headings |
| 950 | 0928 #09282A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FCFC;
--teal-100: #E2F8F8;
--teal-200: #C9F1F3;
--teal-300: #9FE7E9;
--teal-400: #6EDADE;
--teal-500: #44D0D5;
--teal-600: #2AB2B7;
--teal-700: #218E91;
--teal-800: #186568;
--teal-900: #0F4143;
--teal-950: #09282A;
}