Teal
#186768
CyanColor Codes
All color formats for development
HEX
#186768RGB
rgb(24, 103, 104)HSL
hsl(181, 63%, 25%)OKLCH
oklch(0.469 0.072 196.2)CMYK
cmyk(77%, 1%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#155C5E
2#135253
3#114849
4#0E3E3E
5#0C3334
6#09292A
7#071F1F
8#051515
9#020A0A
Tints
Lighter variations
1#1F8587
2#26A4A6
3#2DC3C5
4#44D2D5
5#63DADC
6#82E1E3
7#A1E9EA
8#C1F0F1
9#E0F8F8
Tones
Muted variations
1#1C6364
2#205F60
3#245B5C
4#285758
5#2C5354
6#304F50
7#344B4C
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 | C9F2 #C9F2F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE8 #9FE8E9 | BordersInactive statesPlaceholder text |
| 400 | 6EDC #6EDCDE | Disabled statesSecondary iconsMuted text |
| 500 | 44D2 #44D2D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB5 #2AB5B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2190 #219091 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1867 #186768 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F42 #0F4243 | Primary textHigh emphasis contentDark headings |
| 950 | 0929 #09292A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FCFC;
--teal-100: #E2F8F8;
--teal-200: #C9F2F3;
--teal-300: #9FE8E9;
--teal-400: #6EDCDE;
--teal-500: #44D2D5;
--teal-600: #2AB5B7;
--teal-700: #219091;
--teal-800: #186768;
--teal-900: #0F4243;
--teal-950: #09292A;
}