Teal
#218C91
CyanColor Codes
All color formats for development
HEX
#218C91RGB
rgb(33, 140, 145)HSL
hsl(183, 63%, 35%)OKLCH
oklch(0.585 0.091 199.8)CMYK
cmyk(77%, 3%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E7E83
2#1A7074
3#176266
4#145457
5#114649
6#0D383A
7#0A2A2C
8#071C1D
9#030E0F
Tints
Lighter variations
1#27A6AC
2#2DC0C8
3#42CDD4
4#5DD4DA
5#78DBE0
6#93E2E6
7#AEE9ED
8#C9F1F3
9#E4F8F9
Tones
Muted variations
1#27878C
2#2C8286
3#327D81
4#38787B
5#3D7375
6#436D70
7#48686A
8#4E6364
9#545E5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F7 #E2F7F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F1 #C9F1F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE6 #9FE6E9 | BordersInactive statesPlaceholder text |
| 400 | 6ED8 #6ED8DE | Disabled statesSecondary iconsMuted text |
| 500 | 44CD #44CDD5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB0 #2AB0B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 218C #218C91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1864 #186468 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F40 #0F4043 | 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: #E2F7F8;
--teal-200: #C9F1F3;
--teal-300: #9FE6E9;
--teal-400: #6ED8DE;
--teal-500: #44CDD5;
--teal-600: #2AB0B7;
--teal-700: #218C91;
--teal-800: #186468;
--teal-900: #0F4043;
--teal-950: #09282A;
}