Teal
#186867
CyanColor Codes
All color formats for development
HEX
#186867RGB
rgb(24, 104, 103)HSL
hsl(179, 63%, 25%)OKLCH
oklch(0.472 0.073 193.7)CMYK
cmyk(77%, 0%, 1%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#155E5C
2#135352
3#114948
4#0E3E3E
5#0C3433
6#092A29
7#071F1F
8#051515
9#020A0A
Tints
Lighter variations
1#1F8785
2#26A6A4
3#2DC5C3
4#44D5D2
5#63DCDA
6#82E3E1
7#A1EAE9
8#C1F1F0
9#E0F8F8
Tones
Muted variations
1#1C6463
2#20605F
3#245C5B
4#285857
5#2C5453
6#30504F
7#344C4B
8#384848
9#3C4444
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 | C9F3 #C9F3F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9E8 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEDC | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB7B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219190 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186867 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4342 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FCFC;
--teal-100: #E2F8F8;
--teal-200: #C9F3F2;
--teal-300: #9FE9E8;
--teal-400: #6EDEDC;
--teal-500: #44D5D2;
--teal-600: #2AB7B5;
--teal-700: #219190;
--teal-800: #186867;
--teal-900: #0F4342;
--teal-950: #092A29;
}