Teal
#06795C
CyanColor Codes
All color formats for development
HEX
#06795CRGB
rgb(6, 121, 92)HSL
hsl(165, 91%, 25%)OKLCH
oklch(0.513 0.102 168.5)CMYK
cmyk(95%, 0%, 24%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#056E53
2#05614A
3#045541
4#034938
5#033D2E
6#023125
7#02251C
8#011813
9#010C09
Tints
Lighter variations
1#079E79
2#09C394
3#0BE7B0
4#24F5C0
5#48F6CB
6#6DF8D5
7#91FAE0
8#B6FCEA
9#DAFDF5
Tones
Muted variations
1#0C745A
2#116E57
3#176854
4#1D6351
5#235D4E
6#29574B
7#2E5148
8#344B46
9#3A4643
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCED | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FFA #8FFADF | BordersInactive statesPlaceholder text |
| 400 | 55F7 #55F7CE | Disabled statesSecondary iconsMuted text |
| 500 | 24F5 #24F5C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AD6 #0AD6A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 08AA #08AA82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 067A #067A5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E3B | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023125 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFB;
--teal-100: #DDFDF5;
--teal-200: #C0FCED;
--teal-300: #8FFADF;
--teal-400: #55F7CE;
--teal-500: #24F5C0;
--teal-600: #0AD6A3;
--teal-700: #08AA82;
--teal-800: #067A5D;
--teal-900: #044E3B;
--teal-950: #023125;
}