Teal
#218691
CyanColor Codes
All color formats for development
HEX
#218691RGB
rgb(33, 134, 145)HSL
hsl(186, 63%, 35%)OKLCH
oklch(0.57 0.089 206)CMYK
cmyk(77%, 8%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E7983
2#1A6B74
3#175E66
4#145157
5#114349
6#0D363A
7#0A282C
8#071B1D
9#030D0F
Tints
Lighter variations
1#279FAC
2#2DB8C8
3#42C5D4
4#5DCEDA
5#78D6E0
6#93DEE6
7#AEE6ED
8#C9EFF3
9#E4F7F9
Tones
Muted variations
1#27828C
2#2C7D86
3#327981
4#38747B
5#3D7075
6#436B70
7#48676A
8#4E6264
9#545E5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F6 #E2F6F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9EF #C9EFF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE2 #9FE2E9 | BordersInactive statesPlaceholder text |
| 400 | 6ED3 #6ED3DE | Disabled statesSecondary iconsMuted text |
| 500 | 44C6 #44C6D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AA9 #2AA9B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2186 #218691 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1860 #186068 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F3D #0F3D43 | Primary textHigh emphasis contentDark headings |
| 950 | 0926 #09262A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FBFC;
--teal-100: #E2F6F8;
--teal-200: #C9EFF3;
--teal-300: #9FE2E9;
--teal-400: #6ED3DE;
--teal-500: #44C6D5;
--teal-600: #2AA9B7;
--teal-700: #218691;
--teal-800: #186068;
--teal-900: #0F3D43;
--teal-950: #09262A;
}