Teal
#087863
CyanColor Codes
All color formats for development
HEX
#087863RGB
rgb(8, 120, 99)HSL
hsl(169, 88%, 25%)OKLCH
oklch(0.512 0.095 174.6)CMYK
cmyk(93%, 0%, 18%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#076C59
2#06604F
3#055445
4#05483C
5#043C32
6#033028
7#02241E
8#021814
9#010C0A
Tints
Lighter variations
1#0A9C81
2#0CC09F
3#0FE4BD
4#27F1CC
5#4BF4D5
6#6FF6DD
7#93F8E6
8#B7FAEE
9#DBFDF7
Tones
Muted variations
1#0D7260
2#136D5C
3#186759
4#1E6155
5#245C52
6#29564E
7#2F514A
8#354B47
9#3A4543
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8E5 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4D7 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1CC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA88B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087863 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D40 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033028 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFC;
--teal-100: #DDFDF7;
--teal-200: #C1FBF0;
--teal-300: #91F8E5;
--teal-400: #57F4D7;
--teal-500: #27F1CC;
--teal-600: #0DD3AF;
--teal-700: #0BA88B;
--teal-800: #087863;
--teal-900: #054D40;
--teal-950: #033028;
}