Teal
#186468
CyanColor Codes
All color formats for development
HEX
#186468RGB
rgb(24, 100, 104)HSL
hsl(183, 63%, 25%)OKLCH
oklch(0.461 0.071 200.3)CMYK
cmyk(77%, 4%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#155A5E
2#135053
3#114649
4#0E3C3E
5#0C3234
6#09282A
7#071E1F
8#051415
9#020A0A
Tints
Lighter variations
1#1F8287
2#26A0A6
3#2DBEC5
4#44CDD5
5#63D6DC
6#82DEE3
7#A1E6EA
8#C1EEF1
9#E0F7F8
Tones
Muted variations
1#1C6064
2#205D60
3#24595C
4#285558
5#2C5254
6#304E50
7#344B4C
8#384748
9#3C4344
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F7 #E2F7F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F1 #C9F1F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE6 #9FE6E9 | BordersInactive statesPlaceholder text |
| 400 | 6ED8 #6ED8DE | Disabled statesSecondary iconsMuted text |
| 500 | 44CD #44CDD5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB0 #2AB0B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 218C #218C91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1864 #186468 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F40 #0F4043 | Primary textHigh emphasis contentDark headings |
| 950 | 0928 #09282A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FCFC;
--teal-100: #E2F7F8;
--teal-200: #C9F1F3;
--teal-300: #9FE6E9;
--teal-400: #6ED8DE;
--teal-500: #44CDD5;
--teal-600: #2AB0B7;
--teal-700: #218C91;
--teal-800: #186468;
--teal-900: #0F4043;
--teal-950: #09282A;
}