Teal
#186865
CyanColor Codes
All color formats for development
HEX
#186865RGB
rgb(24, 104, 101)HSL
hsl(178, 63%, 25%)OKLCH
oklch(0.471 0.073 191.2)CMYK
cmyk(77%, 0%, 3%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#155E5B
2#135351
3#114947
4#0E3E3D
5#0C3433
6#092A28
7#071F1E
8#051514
9#020A0A
Tints
Lighter variations
1#1F8784
2#26A6A2
3#2DC5C0
4#44D5D0
5#63DCD8
6#82E3DF
7#A1EAE7
8#C1F1EF
9#E0F8F7
Tones
Muted variations
1#1C6461
2#20605E
3#245C5A
4#285856
5#2C5452
6#30504F
7#344C4B
8#384847
9#3C4443
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 #C9F3F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9E7 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEDA | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB7B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21918E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186865 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4341 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FCFC;
--teal-100: #E2F8F8;
--teal-200: #C9F3F1;
--teal-300: #9FE9E7;
--teal-400: #6EDEDA;
--teal-500: #44D5D0;
--teal-600: #2AB7B2;
--teal-700: #21918E;
--teal-800: #186865;
--teal-900: #0F4341;
--teal-950: #092A28;
}