Teal
#186168
CyanColor Codes
All color formats for development
HEX
#186168RGB
rgb(24, 97, 104)HSL
hsl(185, 63%, 25%)OKLCH
oklch(0.453 0.069 204.5)CMYK
cmyk(77%, 7%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15575E
2#134E53
3#114449
4#0E3A3E
5#0C3134
6#09272A
7#071D1F
8#051315
9#020A0A
Tints
Lighter variations
1#1F7E87
2#269CA6
3#2DB9C5
4#44C8D5
5#63D2DC
6#82DBE3
7#A1E4EA
8#C1EDF1
9#E0F6F8
Tones
Muted variations
1#1C5E64
2#205B60
3#24575C
4#285458
5#2C5054
6#304D50
7#344A4C
8#384648
9#3C4344
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;
}