Teal
#186568
CyanColor Codes
All color formats for development
HEX
#186568RGB
rgb(24, 101, 104)HSL
hsl(182, 63%, 25%)OKLCH
oklch(0.464 0.071 198.9)CMYK
cmyk(77%, 3%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#155B5E
2#135153
3#114749
4#0E3D3E
5#0C3334
6#09282A
7#071E1F
8#051415
9#020A0A
Tints
Lighter variations
1#1F8487
2#26A2A6
3#2DC0C5
4#44D0D5
5#63D8DC
6#82DFE3
7#A1E7EA
8#C1EFF1
9#E0F7F8
Tones
Muted variations
1#1C6164
2#205E60
3#245A5C
4#285658
5#2C5254
6#304F50
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 | E2F8 #E2F8F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F1 #C9F1F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE7 #9FE7E9 | BordersInactive statesPlaceholder text |
| 400 | 6EDA #6EDADE | Disabled statesSecondary iconsMuted text |
| 500 | 44D0 #44D0D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB2 #2AB2B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 218E #218E91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1865 #186568 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F41 #0F4143 | 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: #E2F8F8;
--teal-200: #C9F1F3;
--teal-300: #9FE7E9;
--teal-400: #6EDADE;
--teal-500: #44D0D5;
--teal-600: #2AB2B7;
--teal-700: #218E91;
--teal-800: #186568;
--teal-900: #0F4143;
--teal-950: #09282A;
}