Teal
#218891
CyanColor Codes
All color formats for development
HEX
#218891RGB
rgb(33, 136, 145)HSL
hsl(185, 63%, 35%)OKLCH
oklch(0.575 0.09 203.9)CMYK
cmyk(77%, 6%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E7A83
2#1A6D74
3#175F66
4#145257
5#114449
6#0D363A
7#0A292C
8#071B1D
9#030E0F
Tints
Lighter variations
1#27A1AC
2#2DBBC8
3#42C8D4
4#5DD0DA
5#78D8E0
6#93E0E6
7#AEE7ED
8#C9EFF3
9#E4F7F9
Tones
Muted variations
1#27838C
2#2C7F86
3#327A81
4#38757B
5#3D7175
6#436C70
7#48676A
8#4E6364
9#545E5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F7 #E2F7F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9EF #C9EFF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE3 #9FE3E9 | BordersInactive statesPlaceholder text |
| 400 | 6ED5 #6ED5DE | Disabled statesSecondary iconsMuted text |
| 500 | 44C8 #44C8D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AAB #2AABB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2188 #218891 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1861 #186168 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F3E #0F3E43 | 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: #F3FBFC;
--teal-100: #E2F7F8;
--teal-200: #C9EFF3;
--teal-300: #9FE3E9;
--teal-400: #6ED5DE;
--teal-500: #44C8D5;
--teal-600: #2AABB7;
--teal-700: #218891;
--teal-800: #186168;
--teal-900: #0F3E43;
--teal-950: #09272A;
}